#DCB24F

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

Shades of Rob Roy #DCB24F

Tints of Rob Roy #DCB24F

Color information

#DCB24F (or 0xDCB24F) is unknown color: approx Rob Roy. HEX triplet: DC, B2 and 4F. RGB value is (220,178,79). Sum of RGB (Red+Green+Blue) = 220+178+79=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB24F is #234DB0. Grayscale: #B3B3B3. Windows color (decimal): -2313649 or 5223132. OLE color: 5223132.

HSL color Cylindrical-coordinate representation of color #DCB24F: hue angle of 42.13º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCB24F is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB22017879-
CMYK00.190.640.14
HSL42.13º66.82%58.63%-
HSV(B)42.13º64.09%86.27%-
XYZ46.8547.6214.12-
YUV179.2771.41157.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.12%
GREEN value IS 178 (69.92% from 255) = 37.32%
BLUE value IS 79 (31.25% from 255) = 16.56%
R=46.12%
G=37.32%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201787900.190.640.1442.1366.8258.63
HexDCB24F01340E2a433b
Octal334262117023100165210373
Binary11011100101100101001111010011100000011101010101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB24F; }

 p { color: rgb(220,178,79); }

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

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

 a { background-color: rgb(220,178,79); }

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

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

 span { border-color: rgb(220,178,79); }

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