Html Css Color HEX #DAB470 Putty

📋 copy color: '#DAB470'

red 218 ◦ green 180 ◦ blue 112

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

Shades of Putty #DAB470

Tints of Putty #DAB470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.96%

R = 42.75%
G = 35.29%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAB470 (or 0xDAB470) is known color: Putty. HEX triplet: DA, B4 and 70. RGB value is (218,180,112). Sum of RGB (Red+Green+Blue) = 218+180+112=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB470 is #254B8F. Grayscale: #B7B7B7. Windows color (decimal): -2444176 or 7386330. OLE color: 7386330.

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

Color convert

RGB 218 180 112 -
CMYK 0 0.17 0.49 0.15
HSL 38.49º 0.59% 0.65% -
HSV(B) 38.49º 0.49% 0.85% -
XYZ 48.16 48.72 22.19 -
YUV 183.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 218 180 112 0 0.17 0.49 0.15 38.49 0.59 0.65
Hex DA B4 70 0 11 31 F 26 3B 41
Octal 332 264 160 0 21 61 17 46 73 101
Binary 11011010 10110100 1110000 0 10001 110001 1111 100110 111011 1000001

Color Harmonies of #DAB470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB470

Black with #DAB470

Text Example


Text Example

White with #DAB470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB470; }

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

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

background-color css

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

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

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

border-color css

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

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

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