Html Css Color HEX #DAB06E Putty

📋 copy color: '#DAB06E'

red 218 ◦ green 176 ◦ blue 110

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

Shades of Putty #DAB06E

Tints of Putty #DAB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

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

R = 43.25%
G = 34.92%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAB06E (or 0xDAB06E) is known color: Putty. HEX triplet: DA, B0 and 6E. RGB value is (218,176,110). Sum of RGB (Red+Green+Blue) = 218+176+110=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB06E is #254F91. Grayscale: #B5B5B5. Windows color (decimal): -2445202 or 7254234. OLE color: 7254234.

HSL color Cylindrical-coordinate representation of color #DAB06E: hue angle of 36.67º 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 #DAB06E is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 176 110 -
CMYK 0 0.19 0.50 0.15
HSL 36.67º 0.59% 0.64% -
HSV(B) 36.67º 0.5% 0.85% -
XYZ 47.25 47.08 21.35 -
YUV 181.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 218 176 110 0 0.19 0.50 0.15 36.67 0.59 0.64
Hex DA B0 6E 0 13 32 F 25 3B 40
Octal 332 260 156 0 23 62 17 45 73 100
Binary 11011010 10110000 1101110 0 10011 110010 1111 100101 111011 1000000

Color Harmonies of #DAB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB06E

Black with #DAB06E

Text Example


Text Example

White with #DAB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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