#DCB14A

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

Shades of Rob Roy #DCB14A

Tints of Rob Roy #DCB14A

Color information

#DCB14A (or 0xDCB14A) is unknown color: approx Rob Roy. HEX triplet: DC, B1 and 4A. RGB value is (220,177,74). Sum of RGB (Red+Green+Blue) = 220+177+74=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB14A is #234EB5. Grayscale: #B2B2B2. Windows color (decimal): -2313910 or 4895196. OLE color: 4895196.

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

Color convert

RGB22017774-
CMYK00.200.660.14
HSL42.33º67.59%57.65%-
HSV(B)42.33º66.36%86.27%-
XYZ46.4747.1513.13-
YUV178.1269.25157.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 177 (69.53% from 255) = 37.58%
BLUE value IS 74 (29.30% from 255) = 15.71%
R=46.71%
G=37.58%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201777400.200.660.1442.3367.5957.65
HexDCB14A01442E2a443a
Octal334261112024102165210472
Binary11011100101100011001010010100100001011101010101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB14A; }

 p { color: rgb(220,177,74); }

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

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

 a { background-color: rgb(220,177,74); }

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

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

 span { border-color: rgb(220,177,74); }

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