Html Css Color HEX #DAB370 Putty

📋 copy color: '#DAB370'

red 218 ◦ green 179 ◦ blue 112

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

Shades of Putty #DAB370

Tints of Putty #DAB370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.17%

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

R = 42.83%
G = 35.17%
B = 22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAB370 (or 0xDAB370) is known color: Putty. HEX triplet: DA, B3 and 70. RGB value is (218,179,112). Sum of RGB (Red+Green+Blue) = 218+179+112=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB370 is #254C8F. Grayscale: #B7B7B7. Windows color (decimal): -2444432 or 7386074. OLE color: 7386074.

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

Color convert

RGB 218 179 112 -
CMYK 0 0.18 0.49 0.15
HSL 37.92º 0.59% 0.65% -
HSV(B) 37.92º 0.49% 0.85% -
XYZ 47.96 48.32 22.13 -
YUV 183.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 218 179 112 0 0.18 0.49 0.15 37.92 0.59 0.65
Hex DA B3 70 0 12 31 F 26 3B 41
Octal 332 263 160 0 22 61 17 46 73 101
Binary 11011010 10110011 1110000 0 10010 110001 1111 100110 111011 1000001

Color Harmonies of #DAB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB370

Black with #DAB370

Text Example


Text Example

White with #DAB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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