Html Css Color HEX #DAB570 Putty

📋 copy color: '#DAB570'

red 218 ◦ green 181 ◦ blue 112

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

Shades of Putty #DAB570

Tints of Putty #DAB570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

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

R = 42.66%
G = 35.42%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAB570 (or 0xDAB570) is known color: Putty. HEX triplet: DA, B5 and 70. RGB value is (218,181,112). Sum of RGB (Red+Green+Blue) = 218+181+112=511 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.66% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB570 is #254A8F. Grayscale: #B8B8B8. Windows color (decimal): -2443920 or 7386586. OLE color: 7386586.

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

Color convert

RGB 218 181 112 -
CMYK 0 0.17 0.49 0.15
HSL 39.06º 0.59% 0.65% -
HSV(B) 39.06º 0.49% 0.85% -
XYZ 48.36 49.12 22.26 -
YUV 184.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 218 181 112 0 0.17 0.49 0.15 39.06 0.59 0.65
Hex DA B5 70 0 11 31 F 27 3B 41
Octal 332 265 160 0 21 61 17 47 73 101
Binary 11011010 10110101 1110000 0 10001 110001 1111 100111 111011 1000001

Color Harmonies of #DAB570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB570

Black with #DAB570

Text Example


Text Example

White with #DAB570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB570; }

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

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

background-color css

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

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

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

border-color css

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

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

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