Html Css Color HEX #DCAB4A Rob Roy

📋 copy color: '#DCAB4A'

red 220 ◦ green 171 ◦ blue 74

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

Shades of Rob Roy #DCAB4A

Tints of Rob Roy #DCAB4A

RGB

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

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

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

R = 47.31%
G = 36.77%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCAB4A (or 0xDCAB4A) is known color: Rob Roy. HEX triplet: DC, AB and 4A. RGB value is (220,171,74). Sum of RGB (Red+Green+Blue) = 220+171+74=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAB4A is #2354B5. Grayscale: #AFAFAF. Windows color (decimal): -2315446 or 4893660. OLE color: 4893660.

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

Color convert

RGB 220 171 74 -
CMYK 0 0.22 0.66 0.14
HSL 39.86º 0.68% 0.58% -
HSV(B) 39.86º 0.66% 0.86% -
XYZ 45.31 44.84 12.74 -
YUV 174.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 220 171 74 0 0.22 0.66 0.14 39.86 0.68 0.58
Hex DC AB 4A 0 16 42 E 28 44 3A
Octal 334 253 112 0 26 102 16 50 104 72
Binary 11011100 10101011 1001010 0 10110 1000010 1110 101000 1000100 111010

Color Harmonies of #DCAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAB4A

Black with #DCAB4A

Text Example


Text Example

White with #DCAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAB4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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