Html Css Color HEX #DAB574 Putty

📋 copy color: '#DAB574'

red 218 ◦ green 181 ◦ blue 116

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

Shades of Putty #DAB574

Tints of Putty #DAB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.15%

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

R = 42.33%
G = 35.15%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DAB574 (or 0xDAB574) is known color: Putty. HEX triplet: DA, B5 and 74. RGB value is (218,181,116). Sum of RGB (Red+Green+Blue) = 218+181+116=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB574 is #254A8B. Grayscale: #B8B8B8. Windows color (decimal): -2443916 or 7648730. OLE color: 7648730.

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

Color convert

RGB 218 181 116 -
CMYK 0 0.17 0.47 0.15
HSL 38.24º 0.58% 0.65% -
HSV(B) 38.24º 0.47% 0.85% -
XYZ 48.59 49.21 23.46 -
YUV 184.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 218 181 116 0 0.17 0.47 0.15 38.24 0.58 0.65
Hex DA B5 74 0 11 2F F 26 3A 41
Octal 332 265 164 0 21 57 17 46 72 101
Binary 11011010 10110101 1110100 0 10001 101111 1111 100110 111010 1000001

Color Harmonies of #DAB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB574

Black with #DAB574

Text Example


Text Example

White with #DAB574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB574; }

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

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

background-color css

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

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

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

border-color css

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

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

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