Html Css Color HEX #DCA54A Rob Roy

📋 copy color: '#DCA54A'

red 220 ◦ green 165 ◦ blue 74

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

Shades of Rob Roy #DCA54A

Tints of Rob Roy #DCA54A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.95%

 BLUE value IS 74 (29.3% from 255) = 16.12%

R = 47.93%
G = 35.95%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCA54A (or 0xDCA54A) is known color: Rob Roy. HEX triplet: DC, A5 and 4A. RGB value is (220,165,74). Sum of RGB (Red+Green+Blue) = 220+165+74=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA54A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA54A is #235AB5. Grayscale: #ABABAB. Windows color (decimal): -2316982 or 4892124. OLE color: 4892124.

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

Color convert

RGB 220 165 74 -
CMYK 0 0.25 0.66 0.14
HSL 37.4º 0.68% 0.58% -
HSV(B) 37.4º 0.66% 0.86% -
XYZ 44.21 42.62 12.38 -
YUV 171.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 220 165 74 0 0.25 0.66 0.14 37.4 0.68 0.58
Hex DC A5 4A 0 19 42 E 25 44 3A
Octal 334 245 112 0 31 102 16 45 104 72
Binary 11011100 10100101 1001010 0 11001 1000010 1110 100101 1000100 111010

Color Harmonies of #DCA54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA54A

Black with #DCA54A

Text Example


Text Example

White with #DCA54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA54A; }

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

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

background-color css

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

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

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

border-color css

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

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

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