Html Css Color HEX #DAB476 Putty

📋 copy color: '#DAB476'

red 218 ◦ green 180 ◦ blue 118

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

Shades of Putty #DAB476

Tints of Putty #DAB476

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.88%

 BLUE value IS 118 (46.48% from 255) = 22.87%

R = 42.25%
G = 34.88%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DAB476 (or 0xDAB476) is known color: Putty. HEX triplet: DA, B4 and 76. RGB value is (218,180,118). Sum of RGB (Red+Green+Blue) = 218+180+118=516 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.25% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 118 (46.48% from 255 or 22.87% from 516); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB476 is #254B89. Grayscale: #B8B8B8. Windows color (decimal): -2444170 or 7779546. OLE color: 7779546.

HSL color Cylindrical-coordinate representation of color #DAB476: hue angle of 37.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAB476 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 180 118 -
CMYK 0 0.17 0.46 0.15
HSL 37.2º 0.57% 0.66% -
HSV(B) 37.2º 0.46% 0.85% -
XYZ 48.5 48.86 24.01 -
YUV 184.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 218 180 118 0 0.17 0.46 0.15 37.2 0.57 0.66
Hex DA B4 76 0 11 2E F 25 39 42
Octal 332 264 166 0 21 56 17 45 71 102
Binary 11011010 10110100 1110110 0 10001 101110 1111 100101 111001 1000010

Color Harmonies of #DAB476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB476

Black with #DAB476

Text Example


Text Example

White with #DAB476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB476; }

 p { color: rgb(218,180,118); }

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

background-color css

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

 a { background-color: rgb(218,180,118); }

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

border-color css

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

 span { border-color: rgb(218,180,118); }

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