Html Css Color HEX #DAAC6F Putty

📋 copy color: '#DAAC6F'

red 218 ◦ green 172 ◦ blue 111

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

Shades of Putty #DAAC6F

Tints of Putty #DAAC6F

RGB

 RED value IS 218 (85.55% from 255) = 43.51%

 GREEN value IS 172 (67.58% from 255) = 34.33%

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

R = 43.51%
G = 34.33%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAAC6F (or 0xDAAC6F) is known color: Putty. HEX triplet: DA, AC and 6F. RGB value is (218,172,111). Sum of RGB (Red+Green+Blue) = 218+172+111=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAC6F is #255390. Grayscale: #B3B3B3. Windows color (decimal): -2446225 or 7318746. OLE color: 7318746.

HSL color Cylindrical-coordinate representation of color #DAAC6F: hue angle of 34.21º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAAC6F is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 172 111 -
CMYK 0 0.21 0.49 0.15
HSL 34.21º 0.59% 0.65% -
HSV(B) 34.21º 0.49% 0.85% -
XYZ 46.54 45.56 21.38 -
YUV 178.8 89.74 155.96 -
System Red Green Blue C M Y K H S L
Decimal 218 172 111 0 0.21 0.49 0.15 34.21 0.59 0.65
Hex DA AC 6F 0 15 31 F 22 3B 41
Octal 332 254 157 0 25 61 17 42 73 101
Binary 11011010 10101100 1101111 0 10101 110001 1111 100010 111011 1000001

Color Harmonies of #DAAC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAC6F

Black with #DAAC6F

Text Example


Text Example

White with #DAAC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAC6F; }

 p { color: rgb(218,172,111); }

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

background-color css

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

 a { background-color: rgb(218,172,111); }

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

border-color css

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

 span { border-color: rgb(218,172,111); }

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