#D7A24B

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

Shades of Rob Roy #D7A24B

Tints of Rob Roy #D7A24B

Color information

#D7A24B (or 0xD7A24B) is unknown color: approx Rob Roy. HEX triplet: D7, A2 and 4B. RGB value is (215,162,75). Sum of RGB (Red+Green+Blue) = 215+162+75=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A24B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A24B is #285DB4. Grayscale: #A8A8A8. Windows color (decimal): -2645429 or 4956887. OLE color: 4956887.

HSL color Cylindrical-coordinate representation of color #D7A24B: hue angle of 37.29º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D7A24B is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21516275-
CMYK00.250.650.16
HSL37.29º63.64%56.86%-
HSV(B)37.29º65.12%84.31%-
XYZ42.2140.812.31-
YUV167.9375.56161.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.57%
GREEN value IS 162 (63.67% from 255) = 35.84%
BLUE value IS 75 (29.69% from 255) = 16.59%
R=47.57%
G=35.84%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151627500.250.650.1637.2963.6456.86
HexD7A24B0194110254039
Octal327242113031101204510071
Binary110101111010001010010110110011000001100001001011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A24B; }

 p { color: rgb(215,162,75); }

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

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

 a { background-color: rgb(215,162,75); }

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

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

 span { border-color: rgb(215,162,75); }

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