Html Css Color HEX #DCA64F Rob Roy

📋 copy color: '#DCA64F'

red 220 ◦ green 166 ◦ blue 79

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

Shades of Rob Roy #DCA64F

Tints of Rob Roy #DCA64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.7%

 BLUE value IS 79 (31.25% from 255) = 16.99%

R = 47.31%
G = 35.7%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCA64F (or 0xDCA64F) is known color: Rob Roy. HEX triplet: DC, A6 and 4F. RGB value is (220,166,79). Sum of RGB (Red+Green+Blue) = 220+166+79=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA64F is #2359B0. Grayscale: #ACACAC. Windows color (decimal): -2316721 or 5220060. OLE color: 5220060.

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

Color convert

RGB 220 166 79 -
CMYK 0 0.25 0.64 0.14
HSL 37.02º 0.67% 0.59% -
HSV(B) 37.02º 0.64% 0.86% -
XYZ 44.56 43.05 13.36 -
YUV 172.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 220 166 79 0 0.25 0.64 0.14 37.02 0.67 0.59
Hex DC A6 4F 0 19 40 E 25 43 3B
Octal 334 246 117 0 31 100 16 45 103 73
Binary 11011100 10100110 1001111 0 11001 1000000 1110 100101 1000011 111011

Color Harmonies of #DCA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA64F

Black with #DCA64F

Text Example


Text Example

White with #DCA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA64F; }

 p { color: rgb(220,166,79); }

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

background-color css

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

 a { background-color: rgb(220,166,79); }

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

border-color css

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

 span { border-color: rgb(220,166,79); }

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