Html Css Color HEX #DAB173 Putty

📋 copy color: '#DAB173'

red 218 ◦ green 177 ◦ blue 115

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

Shades of Putty #DAB173

Tints of Putty #DAB173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 42.75%
G = 34.71%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAB173 (or 0xDAB173) is known color: Putty. HEX triplet: DA, B1 and 73. RGB value is (218,177,115). Sum of RGB (Red+Green+Blue) = 218+177+115=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB173 is #254E8C. Grayscale: #B6B6B6. Windows color (decimal): -2444941 or 7582170. OLE color: 7582170.

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

Color convert

RGB 218 177 115 -
CMYK 0 0.19 0.47 0.15
HSL 36.12º 0.58% 0.65% -
HSV(B) 36.12º 0.47% 0.85% -
XYZ 47.73 47.59 22.89 -
YUV 182.19 90.08 153.54 -
System Red Green Blue C M Y K H S L
Decimal 218 177 115 0 0.19 0.47 0.15 36.12 0.58 0.65
Hex DA B1 73 0 13 2F F 24 3A 41
Octal 332 261 163 0 23 57 17 44 72 101
Binary 11011010 10110001 1110011 0 10011 101111 1111 100100 111010 1000001

Color Harmonies of #DAB173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB173

Black with #DAB173

Text Example


Text Example

White with #DAB173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB173; }

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

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

background-color css

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

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

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

border-color css

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

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

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