Html Css Color HEX #DCB449 Rob Roy

📋 copy color: '#DCB449'

red 220 ◦ green 180 ◦ blue 73

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

Shades of Rob Roy #DCB449

Tints of Rob Roy #DCB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.05%

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

R = 46.51%
G = 38.05%
B = 15.43%

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

#DCB449 (or 0xDCB449) is known color: Rob Roy. HEX triplet: DC, B4 and 49. RGB value is (220,180,73). Sum of RGB (Red+Green+Blue) = 220+180+73=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB449 is #234BB6. Grayscale: #B4B4B4. Windows color (decimal): -2313143 or 4830428. OLE color: 4830428.

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

Color convert

RGB 220 180 73 -
CMYK 0 0.18 0.67 0.14
HSL 43.67º 0.68% 0.57% -
HSV(B) 43.67º 0.67% 0.86% -
XYZ 47.04 48.34 13.15 -
YUV 179.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 220 180 73 0 0.18 0.67 0.14 43.67 0.68 0.57
Hex DC B4 49 0 12 43 E 2C 44 39
Octal 334 264 111 0 22 103 16 54 104 71
Binary 11011100 10110100 1001001 0 10010 1000011 1110 101100 1000100 111001

Color Harmonies of #DCB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB449

Black with #DCB449

Text Example


Text Example

White with #DCB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB449; }

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

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

background-color css

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

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

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

border-color css

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

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

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