Html Css Color HEX #DAB473 Putty

📋 copy color: '#DAB473'

red 218 ◦ green 180 ◦ blue 115

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

Shades of Putty #DAB473

Tints of Putty #DAB473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.42%

R = 42.5%
G = 35.09%
B = 22.42%

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

#DAB473 (or 0xDAB473) is known color: Putty. HEX triplet: DA, B4 and 73. RGB value is (218,180,115). Sum of RGB (Red+Green+Blue) = 218+180+115=513 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.50% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB473 is #254B8C. Grayscale: #B8B8B8. Windows color (decimal): -2444173 or 7582938. OLE color: 7582938.

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

Color convert

RGB 218 180 115 -
CMYK 0 0.17 0.47 0.15
HSL 37.86º 0.58% 0.65% -
HSV(B) 37.86º 0.47% 0.85% -
XYZ 48.33 48.79 23.09 -
YUV 183.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 218 180 115 0 0.17 0.47 0.15 37.86 0.58 0.65
Hex DA B4 73 0 11 2F F 26 3A 41
Octal 332 264 163 0 21 57 17 46 72 101
Binary 11011010 10110100 1110011 0 10001 101111 1111 100110 111010 1000001

Color Harmonies of #DAB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB473

Black with #DAB473

Text Example


Text Example

White with #DAB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB473; }

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

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

background-color css

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

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

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

border-color css

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

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

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