#DCB349

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

Shades of Rob Roy #DCB349

Tints of Rob Roy #DCB349

Color information

#DCB349 (or 0xDCB349) is unknown color: approx Rob Roy. HEX triplet: DC, B3 and 49. RGB value is (220,179,73). Sum of RGB (Red+Green+Blue) = 220+179+73=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB349 is #234CB6. Grayscale: #B3B3B3. Windows color (decimal): -2313399 or 4830172. OLE color: 4830172.

HSL color Cylindrical-coordinate representation of color #DCB349: hue angle of 43.27º 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 #DCB349 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB22017973-
CMYK00.190.670.14
HSL43.27º67.74%57.45%-
HSV(B)43.27º66.82%86.27%-
XYZ46.8447.9413.09-
YUV179.1868.08157.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.61%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 73 (28.91% from 255) = 15.47%
R=46.61%
G=37.92%
B=15.47%

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
Decimal2201797300.190.670.1443.2767.7457.45
HexDCB34901343E2b4439
Octal334263111023103165310471
Binary11011100101100111001001010011100001111101010111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB349; }

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

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

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

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

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

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

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

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