Html Css Color HEX #DCB549 Rob Roy

📋 copy color: '#DCB549'

red 220 ◦ green 181 ◦ blue 73

#DCB549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rob Roy #DCB549

Tints of Rob Roy #DCB549

RGB

 RED value IS 220 (86.33% from 255) = 46.41%

 GREEN value IS 181 (71.09% from 255) = 38.19%

 BLUE value IS 73 (28.91% from 255) = 15.4%

R = 46.41%
G = 38.19%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DCB549 (or 0xDCB549) is known color: Rob Roy. HEX triplet: DC, B5 and 49. RGB value is (220,181,73). Sum of RGB (Red+Green+Blue) = 220+181+73=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 73 (28.91% from 255 or 15.40% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB549 is #234AB6. Grayscale: #B4B4B4. Windows color (decimal): -2312887 or 4830684. OLE color: 4830684.

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

Color convert

RGB 220 181 73 -
CMYK 0 0.18 0.67 0.14
HSL 44.08º 0.68% 0.57% -
HSV(B) 44.08º 0.67% 0.86% -
XYZ 47.24 48.74 13.22 -
YUV 180.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 220 181 73 0 0.18 0.67 0.14 44.08 0.68 0.57
Hex DC B5 49 0 12 43 E 2C 44 39
Octal 334 265 111 0 22 103 16 54 104 71
Binary 11011100 10110101 1001001 0 10010 1000011 1110 101100 1000100 111001

Color Harmonies of #DCB549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB549

Black with #DCB549

Text Example


Text Example

White with #DCB549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB549; }

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

 H1.HeaderClassName
 {
   color: #DCB549;
 }
 .AnyTagClassName
 {
   color: #DCB549;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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