#DCB249

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

Shades of Rob Roy #DCB249

Tints of Rob Roy #DCB249

Color information

#DCB249 (or 0xDCB249) is unknown color: approx Rob Roy. HEX triplet: DC, B2 and 49. RGB value is (220,178,73). Sum of RGB (Red+Green+Blue) = 220+178+73=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB249 is #234DB6. Grayscale: #B3B3B3. Windows color (decimal): -2313655 or 4829916. OLE color: 4829916.

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

Color convert

RGB22017873-
CMYK00.190.670.14
HSL42.86º67.74%57.45%-
HSV(B)42.86º66.82%86.27%-
XYZ46.6447.5413.02-
YUV178.5968.41157.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 178 (69.92% from 255) = 37.79%
BLUE value IS 73 (28.91% from 255) = 15.50%
R=46.71%
G=37.79%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201787300.190.670.1442.8667.7457.45
HexDCB24901343E2b4439
Octal334262111023103165310471
Binary11011100101100101001001010011100001111101010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB249; }

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

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

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

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

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

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

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

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