Html Css Color HEX #DCA44D Rob Roy

📋 copy color: '#DCA44D'

red 220 ◦ green 164 ◦ blue 77

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

Shades of Rob Roy #DCA44D

Tints of Rob Roy #DCA44D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.57%

 BLUE value IS 77 (30.47% from 255) = 16.7%

R = 47.72%
G = 35.57%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCA44D (or 0xDCA44D) is known color: Rob Roy. HEX triplet: DC, A4 and 4D. RGB value is (220,164,77). Sum of RGB (Red+Green+Blue) = 220+164+77=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA44D is #235BB2. Grayscale: #ABABAB. Windows color (decimal): -2317235 or 5088476. OLE color: 5088476.

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

Color convert

RGB 220 164 77 -
CMYK 0 0.25 0.65 0.14
HSL 36.5º 0.67% 0.58% -
HSV(B) 36.5º 0.65% 0.86% -
XYZ 44.13 42.3 12.86 -
YUV 170.83 75.05 163.07 -
System Red Green Blue C M Y K H S L
Decimal 220 164 77 0 0.25 0.65 0.14 36.5 0.67 0.58
Hex DC A4 4D 0 19 41 E 25 43 3A
Octal 334 244 115 0 31 101 16 45 103 72
Binary 11011100 10100100 1001101 0 11001 1000001 1110 100101 1000011 111010

Color Harmonies of #DCA44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA44D

Black with #DCA44D

Text Example


Text Example

White with #DCA44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA44D; }

 p { color: rgb(220,164,77); }

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

background-color css

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

 a { background-color: rgb(220,164,77); }

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

border-color css

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

 span { border-color: rgb(220,164,77); }

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