Html Css Color HEX #DCAB4E Rob Roy

📋 copy color: '#DCAB4E'

red 220 ◦ green 171 ◦ blue 78

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

Shades of Rob Roy #DCAB4E

Tints of Rob Roy #DCAB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.46%

 BLUE value IS 78 (30.86% from 255) = 16.63%

R = 46.91%
G = 36.46%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCAB4E (or 0xDCAB4E) is known color: Rob Roy. HEX triplet: DC, AB and 4E. RGB value is (220,171,78). Sum of RGB (Red+Green+Blue) = 220+171+78=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAB4E is #2354B1. Grayscale: #AFAFAF. Windows color (decimal): -2315442 or 5155804. OLE color: 5155804.

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

Color convert

RGB 220 171 78 -
CMYK 0 0.22 0.65 0.14
HSL 39.3º 0.67% 0.58% -
HSV(B) 39.3º 0.65% 0.86% -
XYZ 45.45 44.89 13.48 -
YUV 175.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 220 171 78 0 0.22 0.65 0.14 39.3 0.67 0.58
Hex DC AB 4E 0 16 41 E 27 43 3A
Octal 334 253 116 0 26 101 16 47 103 72
Binary 11011100 10101011 1001110 0 10110 1000001 1110 100111 1000011 111010

Color Harmonies of #DCAB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB4E

Black with #DCAB4E

Text Example


Text Example

White with #DCAB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB4E; }

 p { color: rgb(220,171,78); }

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

background-color css

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

 a { background-color: rgb(220,171,78); }

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

border-color css

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

 span { border-color: rgb(220,171,78); }

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