Html Css Color HEX #DCAF71 Putty

📋 copy color: '#DCAF71'

red 220 ◦ green 175 ◦ blue 113

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

Shades of Putty #DCAF71

Tints of Putty #DCAF71

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.45%

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 43.31%
G = 34.45%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCAF71 (or 0xDCAF71) is known color: Putty. HEX triplet: DC, AF and 71. RGB value is (220,175,113). Sum of RGB (Red+Green+Blue) = 220+175+113=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAF71 is #23508E. Grayscale: #B5B5B5. Windows color (decimal): -2314383 or 7450588. OLE color: 7450588.

HSL color Cylindrical-coordinate representation of color #DCAF71: hue angle of 34.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCAF71 is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 113 -
CMYK 0 0.20 0.49 0.14
HSL 34.77º 0.6% 0.65% -
HSV(B) 34.77º 0.49% 0.86% -
XYZ 47.83 47.07 22.19 -
YUV 181.39 89.41 155.54 -
System Red Green Blue C M Y K H S L
Decimal 220 175 113 0 0.20 0.49 0.14 34.77 0.6 0.65
Hex DC AF 71 0 14 31 E 23 3C 41
Octal 334 257 161 0 24 61 16 43 74 101
Binary 11011100 10101111 1110001 0 10100 110001 1110 100011 111100 1000001

Color Harmonies of #DCAF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAF71

Black with #DCAF71

Text Example


Text Example

White with #DCAF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAF71; }

 p { color: rgb(220,175,113); }

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

background-color css

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

 a { background-color: rgb(220,175,113); }

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

border-color css

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

 span { border-color: rgb(220,175,113); }

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