Html Css Color HEX #DAB172 Putty

📋 copy color: '#DAB172'

red 218 ◦ green 177 ◦ blue 114

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

Shades of Putty #DAB172

Tints of Putty #DAB172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.77%

 BLUE value IS 114 (44.92% from 255) = 22.4%

R = 42.83%
G = 34.77%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAB172 (or 0xDAB172) is known color: Putty. HEX triplet: DA, B1 and 72. RGB value is (218,177,114). Sum of RGB (Red+Green+Blue) = 218+177+114=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB172 is #254E8D. Grayscale: #B6B6B6. Windows color (decimal): -2444942 or 7516634. OLE color: 7516634.

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

Color convert

RGB 218 177 114 -
CMYK 0 0.19 0.48 0.15
HSL 36.35º 0.58% 0.65% -
HSV(B) 36.35º 0.48% 0.85% -
XYZ 47.67 47.56 22.59 -
YUV 182.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 218 177 114 0 0.19 0.48 0.15 36.35 0.58 0.65
Hex DA B1 72 0 13 30 F 24 3A 41
Octal 332 261 162 0 23 60 17 44 72 101
Binary 11011010 10110001 1110010 0 10011 110000 1111 100100 111010 1000001

Color Harmonies of #DAB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB172

Black with #DAB172

Text Example


Text Example

White with #DAB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB172; }

 p { color: rgb(218,177,114); }

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

background-color css

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

 a { background-color: rgb(218,177,114); }

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

border-color css

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

 span { border-color: rgb(218,177,114); }

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