Html Css Color HEX #DAB072 Putty

📋 copy color: '#DAB072'

red 218 ◦ green 176 ◦ blue 114

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

Shades of Putty #DAB072

Tints of Putty #DAB072

RGB

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

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

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

R = 42.91%
G = 34.65%
B = 22.44%

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

#DAB072 (or 0xDAB072) is known color: Putty. HEX triplet: DA, B0 and 72. RGB value is (218,176,114). Sum of RGB (Red+Green+Blue) = 218+176+114=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB072 is #254F8D. Grayscale: #B5B5B5. Windows color (decimal): -2445198 or 7516378. OLE color: 7516378.

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

Color convert

RGB 218 176 114 -
CMYK 0 0.19 0.48 0.15
HSL 35.77º 0.58% 0.65% -
HSV(B) 35.77º 0.48% 0.85% -
XYZ 47.48 47.17 22.52 -
YUV 181.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 218 176 114 0 0.19 0.48 0.15 35.77 0.58 0.65
Hex DA B0 72 0 13 30 F 24 3A 41
Octal 332 260 162 0 23 60 17 44 72 101
Binary 11011010 10110000 1110010 0 10011 110000 1111 100100 111010 1000001

Color Harmonies of #DAB072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB072

Black with #DAB072

Text Example


Text Example

White with #DAB072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB072; }

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

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

background-color css

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

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

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

border-color css

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

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

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