Html Css Color HEX #DAB373 Putty

📋 copy color: '#DAB373'

red 218 ◦ green 179 ◦ blue 115

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

Shades of Putty #DAB373

Tints of Putty #DAB373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.46%

R = 42.58%
G = 34.96%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAB373 (or 0xDAB373) is known color: Putty. HEX triplet: DA, B3 and 73. RGB value is (218,179,115). Sum of RGB (Red+Green+Blue) = 218+179+115=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB373 is #254C8C. Grayscale: #B7B7B7. Windows color (decimal): -2444429 or 7582682. OLE color: 7582682.

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

Color convert

RGB 218 179 115 -
CMYK 0 0.18 0.47 0.15
HSL 37.28º 0.58% 0.65% -
HSV(B) 37.28º 0.47% 0.85% -
XYZ 48.13 48.38 23.02 -
YUV 183.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 218 179 115 0 0.18 0.47 0.15 37.28 0.58 0.65
Hex DA B3 73 0 12 2F F 25 3A 41
Octal 332 263 163 0 22 57 17 45 72 101
Binary 11011010 10110011 1110011 0 10010 101111 1111 100101 111010 1000001

Color Harmonies of #DAB373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB373

Black with #DAB373

Text Example


Text Example

White with #DAB373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB373; }

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

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

background-color css

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

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

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

border-color css

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

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

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