Html Css Color HEX #DAB070 Putty

📋 copy color: '#DAB070'

red 218 ◦ green 176 ◦ blue 112

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

Shades of Putty #DAB070

Tints of Putty #DAB070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 43.08%
G = 34.78%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAB070 (or 0xDAB070) is known color: Putty. HEX triplet: DA, B0 and 70. RGB value is (218,176,112). Sum of RGB (Red+Green+Blue) = 218+176+112=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB070 is #254F8F. Grayscale: #B5B5B5. Windows color (decimal): -2445200 or 7385306. OLE color: 7385306.

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

Color convert

RGB 218 176 112 -
CMYK 0 0.19 0.49 0.15
HSL 36.23º 0.59% 0.65% -
HSV(B) 36.23º 0.49% 0.85% -
XYZ 47.36 47.13 21.93 -
YUV 181.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 218 176 112 0 0.19 0.49 0.15 36.23 0.59 0.65
Hex DA B0 70 0 13 31 F 24 3B 41
Octal 332 260 160 0 23 61 17 44 73 101
Binary 11011010 10110000 1110000 0 10011 110001 1111 100100 111011 1000001

Color Harmonies of #DAB070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB070

Black with #DAB070

Text Example


Text Example

White with #DAB070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB070; }

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

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

background-color css

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

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

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

border-color css

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

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

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