Html Css Color HEX #DAB374 Putty

📋 copy color: '#DAB374'

red 218 ◦ green 179 ◦ blue 116

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

Shades of Putty #DAB374

Tints of Putty #DAB374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.61%

R = 42.5%
G = 34.89%
B = 22.61%

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

#DAB374 (or 0xDAB374) is known color: Putty. HEX triplet: DA, B3 and 74. RGB value is (218,179,116). Sum of RGB (Red+Green+Blue) = 218+179+116=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 116 (45.70% from 255 or 22.61% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB374 is #254C8B. Grayscale: #B7B7B7. Windows color (decimal): -2444428 or 7648218. OLE color: 7648218.

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

Color convert

RGB 218 179 116 -
CMYK 0 0.18 0.47 0.15
HSL 37.06º 0.58% 0.65% -
HSV(B) 37.06º 0.47% 0.85% -
XYZ 48.19 48.41 23.33 -
YUV 183.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 218 179 116 0 0.18 0.47 0.15 37.06 0.58 0.65
Hex DA B3 74 0 12 2F F 25 3A 41
Octal 332 263 164 0 22 57 17 45 72 101
Binary 11011010 10110011 1110100 0 10010 101111 1111 100101 111010 1000001

Color Harmonies of #DAB374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB374

Black with #DAB374

Text Example


Text Example

White with #DAB374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB374; }

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

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

background-color css

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

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

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

border-color css

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

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

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