Html Css Color HEX #DAB670 Putty

📋 copy color: '#DAB670'

red 218 ◦ green 182 ◦ blue 112

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

Shades of Putty #DAB670

Tints of Putty #DAB670

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.55%

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

R = 42.58%
G = 35.55%
B = 21.88%

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

#DAB670 (or 0xDAB670) is known color: Putty. HEX triplet: DA, B6 and 70. RGB value is (218,182,112). Sum of RGB (Red+Green+Blue) = 218+182+112=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB670 is #25498F. Grayscale: #B9B9B9. Windows color (decimal): -2443664 or 7386842. OLE color: 7386842.

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

Color convert

RGB 218 182 112 -
CMYK 0 0.17 0.49 0.15
HSL 39.62º 0.59% 0.65% -
HSV(B) 39.62º 0.49% 0.85% -
XYZ 48.57 49.53 22.33 -
YUV 184.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 218 182 112 0 0.17 0.49 0.15 39.62 0.59 0.65
Hex DA B6 70 0 11 31 F 28 3B 41
Octal 332 266 160 0 21 61 17 50 73 101
Binary 11011010 10110110 1110000 0 10001 110001 1111 101000 111011 1000001

Color Harmonies of #DAB670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB670

Black with #DAB670

Text Example


Text Example

White with #DAB670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB670; }

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

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

background-color css

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

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

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

border-color css

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

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

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