#D8B74B

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

Shades of Rob Roy #D8B74B

Tints of Rob Roy #D8B74B

Color information

#D8B74B (or 0xD8B74B) is unknown color: approx Rob Roy. HEX triplet: D8, B7 and 4B. RGB value is (216,183,75). Sum of RGB (Red+Green+Blue) = 216+183+75=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B74B is #2748B4. Grayscale: #B5B5B5. Windows color (decimal): -2574517 or 4962264. OLE color: 4962264.

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

Color convert

RGB21618375-
CMYK00.150.650.15
HSL45.96º64.38%57.06%-
HSV(B)45.96º65.28%84.71%-
XYZ46.5248.9713.66-
YUV180.5668.43153.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.57%
GREEN value IS 183 (71.88% from 255) = 38.61%
BLUE value IS 75 (29.69% from 255) = 15.82%
R=45.57%
G=38.61%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161837500.150.650.1545.9664.3857.06
HexD8B74B0F41F2e4039
Octal330267113017101175610071
Binary1101100010110111100101101111100000111111011101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B74B; }

 p { color: rgb(216,183,75); }

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

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

 a { background-color: rgb(216,183,75); }

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

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

 span { border-color: rgb(216,183,75); }

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