Html Css Color HEX #DCA54D Rob Roy

📋 copy color: '#DCA54D'

red 220 ◦ green 165 ◦ blue 77

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

Shades of Rob Roy #DCA54D

Tints of Rob Roy #DCA54D

RGB

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

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

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

R = 47.62%
G = 35.71%
B = 16.67%

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

#DCA54D (or 0xDCA54D) is known color: Rob Roy. HEX triplet: DC, A5 and 4D. RGB value is (220,165,77). Sum of RGB (Red+Green+Blue) = 220+165+77=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA54D is #235AB2. Grayscale: #ABABAB. Windows color (decimal): -2316979 or 5088732. OLE color: 5088732.

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

Color convert

RGB 220 165 77 -
CMYK 0 0.25 0.65 0.14
HSL 36.92º 0.67% 0.58% -
HSV(B) 36.92º 0.65% 0.86% -
XYZ 44.31 42.66 12.92 -
YUV 171.41 74.72 162.66 -
System Red Green Blue C M Y K H S L
Decimal 220 165 77 0 0.25 0.65 0.14 36.92 0.67 0.58
Hex DC A5 4D 0 19 41 E 25 43 3A
Octal 334 245 115 0 31 101 16 45 103 72
Binary 11011100 10100101 1001101 0 11001 1000001 1110 100101 1000011 111010

Color Harmonies of #DCA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA54D

Black with #DCA54D

Text Example


Text Example

White with #DCA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA54D; }

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

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

background-color css

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

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

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

border-color css

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

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

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