Html Css Color HEX #DCA64B Rob Roy

📋 copy color: '#DCA64B'

red 220 ◦ green 166 ◦ blue 75

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

Shades of Rob Roy #DCA64B

Tints of Rob Roy #DCA64B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 47.72%
G = 36.01%
B = 16.27%

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

#DCA64B (or 0xDCA64B) is known color: Rob Roy. HEX triplet: DC, A6 and 4B. RGB value is (220,166,75). Sum of RGB (Red+Green+Blue) = 220+166+75=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA64B is #2359B4. Grayscale: #ACACAC. Windows color (decimal): -2316725 or 4957916. OLE color: 4957916.

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

Color convert

RGB 220 166 75 -
CMYK 0 0.25 0.66 0.14
HSL 37.66º 0.67% 0.58% -
HSV(B) 37.66º 0.66% 0.86% -
XYZ 44.42 43 12.61 -
YUV 171.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 220 166 75 0 0.25 0.66 0.14 37.66 0.67 0.58
Hex DC A6 4B 0 19 42 E 26 43 3A
Octal 334 246 113 0 31 102 16 46 103 72
Binary 11011100 10100110 1001011 0 11001 1000010 1110 100110 1000011 111010

Color Harmonies of #DCA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA64B

Black with #DCA64B

Text Example


Text Example

White with #DCA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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