#dcb854

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

Shades of Rob Roy #DCB854

Tints of Rob Roy #DCB854

Color information

#DCB854 (or 0xDCB854) is unknown color: approx Rob Roy. HEX triplet: DC, B8 and 54. RGB value is (220,184,84). Sum of RGB (Red+Green+Blue) = 220+184+84=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 84 (33.20% from 255 or 17.21% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB854 is #2347AB. Grayscale: #B7B7B7. Windows color (decimal): -2312108 or 5552348. OLE color: 5552348.

HSL color Cylindrical-coordinate representation of color #DCB854: hue angle of 44.12º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCB854 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB22018484-
CMYK00.160.620.14
HSL44.12º66.02%59.61%-
HSV(B)44.12º61.82%86.27%-
XYZ48.2650.1415.52-
YUV183.3671.93154.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 84 (33.20% from 255) = 17.21%
R=45.08%
G=37.70%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201848400.160.620.1444.1266.0259.61
HexDCB8540103EE2c423c
Octal33427012402076165410274
Binary1101110010111000101010001000011111011101011001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcb854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcb854; }

 p { color: rgb(220,184,84); }

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

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

 a { background-color: rgb(220,184,84); }

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

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

 span { border-color: rgb(220,184,84); }

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