#d7ae53

Color #D7AE53 Rob Roy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rob Roy #D7AE53

Tints of Rob Roy #D7AE53

Color information

#D7AE53 (or 0xD7AE53) is unknown color: approx Rob Roy. HEX triplet: D7, AE and 53. RGB value is (215,174,83). Sum of RGB (Red+Green+Blue) = 215+174+83=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 83 (32.81% from 255 or 17.58% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE53 is #2851AC. Grayscale: #B0B0B0. Windows color (decimal): -2642349 or 5484247. OLE color: 5484247.

HSL color Cylindrical-coordinate representation of color #D7AE53: hue angle of 41.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7AE53 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21517483-
CMYK00.190.610.16
HSL41.36º62.26%58.43%-
HSV(B)41.36º61.4%84.31%-
XYZ44.7245.3414.58-
YUV175.8875.58155.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 45.55%
GREEN value IS 174 (68.36% from 255) = 36.86%
BLUE value IS 83 (32.81% from 255) = 17.58%
R=45.55%
G=36.86%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151748300.190.610.1641.3662.2658.43
HexD7AE530133D10293e3a
Octal3272561230237520517672
Binary1101011110101110101001101001111110110000101001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d7ae53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d7ae53; }

 p { color: rgb(215,174,83); }

 H1.HeaderClassName
 {
   color: #d7ae53;
 }
 .AnyTagClassName
 {
   color: #d7ae53;
 }
</style>
background-color css

<style>
 a { background-color: #d7ae53; }

 a { background-color: rgb(215,174,83); }

 div.DivClassName
 {
   background-color: #d7ae53;
 }
 .BgClassName
 {
   background-color: #d7ae53;
 }
</style>
border-color css

<style>
 span { border-color: #d7ae53; }

 span { border-color: rgb(215,174,83); }

 td.TdClassName
 {
   border-color: #d7ae53;
 }
 .TagClassName
 {
   border-color: #d7ae53;
 }
</style>