Html Css Color HEX #DAB071 Putty

📋 copy color: '#DAB071'

red 218 ◦ green 176 ◦ blue 113

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

Shades of Putty #DAB071

Tints of Putty #DAB071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.29%

R = 43%
G = 34.71%
B = 22.29%

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

#DAB071 (or 0xDAB071) is known color: Putty. HEX triplet: DA, B0 and 71. RGB value is (218,176,113). Sum of RGB (Red+Green+Blue) = 218+176+113=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB071 is #254F8E. Grayscale: #B5B5B5. Windows color (decimal): -2445199 or 7450842. OLE color: 7450842.

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

Color convert

RGB 218 176 113 -
CMYK 0 0.19 0.48 0.15
HSL 36º 0.59% 0.65% -
HSV(B) 36º 0.48% 0.85% -
XYZ 47.42 47.15 22.22 -
YUV 181.38 89.41 154.12 -
System Red Green Blue C M Y K H S L
Decimal 218 176 113 0 0.19 0.48 0.15 36 0.59 0.65
Hex DA B0 71 0 13 30 F 24 3B 41
Octal 332 260 161 0 23 60 17 44 73 101
Binary 11011010 10110000 1110001 0 10011 110000 1111 100100 111011 1000001

Color Harmonies of #DAB071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB071

Black with #DAB071

Text Example


Text Example

White with #DAB071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB071; }

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

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

background-color css

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

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

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

border-color css

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

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

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