Html Css Color HEX #DCAE6F Putty

📋 copy color: '#DCAE6F'

red 220 ◦ green 174 ◦ blue 111

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

Shades of Putty #DCAE6F

Tints of Putty #DCAE6F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.46%

 BLUE value IS 111 (43.75% from 255) = 21.98%

R = 43.56%
G = 34.46%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCAE6F (or 0xDCAE6F) is known color: Putty. HEX triplet: DC, AE and 6F. RGB value is (220,174,111). Sum of RGB (Red+Green+Blue) = 220+174+111=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAE6F is #235190. Grayscale: #B4B4B4. Windows color (decimal): -2314641 or 7319260. OLE color: 7319260.

HSL color Cylindrical-coordinate representation of color #DCAE6F: hue angle of 34.68º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DCAE6F is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 174 111 -
CMYK 0 0.21 0.50 0.14
HSL 34.68º 0.61% 0.65% -
HSV(B) 34.68º 0.5% 0.86% -
XYZ 47.52 46.64 21.54 -
YUV 180.57 88.74 156.12 -
System Red Green Blue C M Y K H S L
Decimal 220 174 111 0 0.21 0.50 0.14 34.68 0.61 0.65
Hex DC AE 6F 0 15 32 E 23 3D 41
Octal 334 256 157 0 25 62 16 43 75 101
Binary 11011100 10101110 1101111 0 10101 110010 1110 100011 111101 1000001

Color Harmonies of #DCAE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAE6F

Black with #DCAE6F

Text Example


Text Example

White with #DCAE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAE6F; }

 p { color: rgb(220,174,111); }

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

background-color css

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

 a { background-color: rgb(220,174,111); }

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

border-color css

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

 span { border-color: rgb(220,174,111); }

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