Html Css Color HEX #DAB074 Putty

📋 copy color: '#DAB074'

red 218 ◦ green 176 ◦ blue 116

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

Shades of Putty #DAB074

Tints of Putty #DAB074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.51%

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

R = 42.75%
G = 34.51%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAB074 (or 0xDAB074) is known color: Putty. HEX triplet: DA, B0 and 74. RGB value is (218,176,116). Sum of RGB (Red+Green+Blue) = 218+176+116=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB074 is #254F8B. Grayscale: #B5B5B5. Windows color (decimal): -2445196 or 7647450. OLE color: 7647450.

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

Color convert

RGB 218 176 116 -
CMYK 0 0.19 0.47 0.15
HSL 35.29º 0.58% 0.65% -
HSV(B) 35.29º 0.47% 0.85% -
XYZ 47.59 47.22 23.13 -
YUV 181.72 90.91 153.88 -
System Red Green Blue C M Y K H S L
Decimal 218 176 116 0 0.19 0.47 0.15 35.29 0.58 0.65
Hex DA B0 74 0 13 2F F 23 3A 41
Octal 332 260 164 0 23 57 17 43 72 101
Binary 11011010 10110000 1110100 0 10011 101111 1111 100011 111010 1000001

Color Harmonies of #DAB074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB074

Black with #DAB074

Text Example


Text Example

White with #DAB074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB074; }

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

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

background-color css

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

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

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

border-color css

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

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

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