Html Css Color HEX #DAB175 Putty

📋 copy color: '#DAB175'

red 218 ◦ green 177 ◦ blue 117

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

Shades of Putty #DAB175

Tints of Putty #DAB175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.85%

R = 42.58%
G = 34.57%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAB175 (or 0xDAB175) is known color: Putty. HEX triplet: DA, B1 and 75. RGB value is (218,177,117). Sum of RGB (Red+Green+Blue) = 218+177+117=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB175 is #254E8A. Grayscale: #B6B6B6. Windows color (decimal): -2444939 or 7713242. OLE color: 7713242.

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

Color convert

RGB 218 177 117 -
CMYK 0 0.19 0.46 0.15
HSL 35.64º 0.58% 0.66% -
HSV(B) 35.64º 0.46% 0.85% -
XYZ 47.85 47.63 23.5 -
YUV 182.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 218 177 117 0 0.19 0.46 0.15 35.64 0.58 0.66
Hex DA B1 75 0 13 2E F 24 3A 42
Octal 332 261 165 0 23 56 17 44 72 102
Binary 11011010 10110001 1110101 0 10011 101110 1111 100100 111010 1000010

Color Harmonies of #DAB175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB175

Black with #DAB175

Text Example


Text Example

White with #DAB175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB175; }

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

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

background-color css

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

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

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

border-color css

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

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

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