Html Css Color HEX #DAAB6E Putty

📋 copy color: '#DAAB6E'

red 218 ◦ green 171 ◦ blue 110

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

Shades of Putty #DAAB6E

Tints of Putty #DAAB6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.04%

R = 43.69%
G = 34.27%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAAB6E (or 0xDAAB6E) is known color: Putty. HEX triplet: DA, AB and 6E. RGB value is (218,171,110). Sum of RGB (Red+Green+Blue) = 218+171+110=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAB6E is #255491. Grayscale: #B2B2B2. Windows color (decimal): -2446482 or 7252954. OLE color: 7252954.

HSL color Cylindrical-coordinate representation of color #DAAB6E: hue angle of 33.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAAB6E is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 171 110 -
CMYK 0 0.22 0.50 0.15
HSL 33.89º 0.59% 0.64% -
HSV(B) 33.89º 0.5% 0.85% -
XYZ 46.29 45.16 21.03 -
YUV 178.1 89.57 156.46 -
System Red Green Blue C M Y K H S L
Decimal 218 171 110 0 0.22 0.50 0.15 33.89 0.59 0.64
Hex DA AB 6E 0 16 32 F 22 3B 40
Octal 332 253 156 0 26 62 17 42 73 100
Binary 11011010 10101011 1101110 0 10110 110010 1111 100010 111011 1000000

Color Harmonies of #DAAB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAB6E

Black with #DAAB6E

Text Example


Text Example

White with #DAAB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAB6E; }

 p { color: rgb(218,171,110); }

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

background-color css

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

 a { background-color: rgb(218,171,110); }

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

border-color css

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

 span { border-color: rgb(218,171,110); }

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