Html Css Color HEX #DAB472 Putty

📋 copy color: '#DAB472'

red 218 ◦ green 180 ◦ blue 114

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

Shades of Putty #DAB472

Tints of Putty #DAB472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.27%

R = 42.58%
G = 35.16%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAB472 (or 0xDAB472) is known color: Putty. HEX triplet: DA, B4 and 72. RGB value is (218,180,114). Sum of RGB (Red+Green+Blue) = 218+180+114=512 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.58% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB472 is #254B8D. Grayscale: #B8B8B8. Windows color (decimal): -2444174 or 7517402. OLE color: 7517402.

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

Color convert

RGB 218 180 114 -
CMYK 0 0.17 0.48 0.15
HSL 38.08º 0.58% 0.65% -
HSV(B) 38.08º 0.48% 0.85% -
XYZ 48.27 48.76 22.79 -
YUV 183.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 218 180 114 0 0.17 0.48 0.15 38.08 0.58 0.65
Hex DA B4 72 0 11 30 F 26 3A 41
Octal 332 264 162 0 21 60 17 46 72 101
Binary 11011010 10110100 1110010 0 10001 110000 1111 100110 111010 1000001

Color Harmonies of #DAB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB472

Black with #DAB472

Text Example


Text Example

White with #DAB472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB472; }

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

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

background-color css

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

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

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

border-color css

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

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

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