Html Css Color HEX #DAB271 Putty

📋 copy color: '#DAB271'

red 218 ◦ green 178 ◦ blue 113

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

Shades of Putty #DAB271

Tints of Putty #DAB271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.97%

 BLUE value IS 113 (44.53% from 255) = 22.2%

R = 42.83%
G = 34.97%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DAB271 (or 0xDAB271) is known color: Putty. HEX triplet: DA, B2 and 71. RGB value is (218,178,113). Sum of RGB (Red+Green+Blue) = 218+178+113=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB271 is #254D8E. Grayscale: #B6B6B6. Windows color (decimal): -2444687 or 7451354. OLE color: 7451354.

HSL color Cylindrical-coordinate representation of color #DAB271: hue angle of 37.14º degrees, saturation: 0.59, 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 #DAB271 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 113 -
CMYK 0 0.18 0.48 0.15
HSL 37.14º 0.59% 0.65% -
HSV(B) 37.14º 0.48% 0.85% -
XYZ 47.81 47.94 22.36 -
YUV 182.55 88.75 153.29 -
System Red Green Blue C M Y K H S L
Decimal 218 178 113 0 0.18 0.48 0.15 37.14 0.59 0.65
Hex DA B2 71 0 12 30 F 25 3B 41
Octal 332 262 161 0 22 60 17 45 73 101
Binary 11011010 10110010 1110001 0 10010 110000 1111 100101 111011 1000001

Color Harmonies of #DAB271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB271

Black with #DAB271

Text Example


Text Example

White with #DAB271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB271; }

 p { color: rgb(218,178,113); }

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

background-color css

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

 a { background-color: rgb(218,178,113); }

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

border-color css

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

 span { border-color: rgb(218,178,113); }

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