Html Css Color HEX #DCAA5D Rob Roy

📋 copy color: '#DCAA5D'

red 220 ◦ green 170 ◦ blue 93

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

Shades of Rob Roy #DCAA5D

Tints of Rob Roy #DCAA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.2%

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 45.55%
G = 35.2%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCAA5D (or 0xDCAA5D) is known color: Rob Roy. HEX triplet: DC, AA and 5D. RGB value is (220,170,93). Sum of RGB (Red+Green+Blue) = 220+170+93=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAA5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAA5D is #2355A2. Grayscale: #B0B0B0. Windows color (decimal): -2315683 or 6138588. OLE color: 6138588.

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

Color convert

RGB 220 170 93 -
CMYK 0 0.23 0.58 0.14
HSL 36.38º 0.64% 0.61% -
HSV(B) 36.38º 0.58% 0.86% -
XYZ 45.87 44.76 16.58 -
YUV 176.17 81.07 159.26 -
System Red Green Blue C M Y K H S L
Decimal 220 170 93 0 0.23 0.58 0.14 36.38 0.64 0.61
Hex DC AA 5D 0 17 3A E 24 40 3D
Octal 334 252 135 0 27 72 16 44 100 75
Binary 11011100 10101010 1011101 0 10111 111010 1110 100100 1000000 111101

Color Harmonies of #DCAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAA5D

Black with #DCAA5D

Text Example


Text Example

White with #DCAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAA5D; }

 p { color: rgb(220,170,93); }

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

background-color css

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

 a { background-color: rgb(220,170,93); }

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

border-color css

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

 span { border-color: rgb(220,170,93); }

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