Html Css Color HEX #DBAE6E Putty

📋 copy color: '#DBAE6E'

red 219 ◦ green 174 ◦ blue 110

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

Shades of Putty #DBAE6E

Tints of Putty #DBAE6E

RGB

 RED value IS 219 (85.94% from 255) = 43.54%

 GREEN value IS 174 (68.36% from 255) = 34.59%

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 43.54%
G = 34.59%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DBAE6E (or 0xDBAE6E) is known color: Putty. HEX triplet: DB, AE and 6E. RGB value is (219,174,110). Sum of RGB (Red+Green+Blue) = 219+174+110=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE6E is #245191. Grayscale: #B4B4B4. Windows color (decimal): -2380178 or 7253723. OLE color: 7253723.

HSL color Cylindrical-coordinate representation of color #DBAE6E: hue angle of 35.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBAE6E is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 110 -
CMYK 0 0.21 0.50 0.14
HSL 35.23º 0.6% 0.65% -
HSV(B) 35.23º 0.5% 0.86% -
XYZ 47.16 46.46 21.23 -
YUV 180.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 219 174 110 0 0.21 0.50 0.14 35.23 0.6 0.65
Hex DB AE 6E 0 15 32 E 23 3C 41
Octal 333 256 156 0 25 62 16 43 74 101
Binary 11011011 10101110 1101110 0 10101 110010 1110 100011 111100 1000001

Color Harmonies of #DBAE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE6E

Black with #DBAE6E

Text Example


Text Example

White with #DBAE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE6E; }

 p { color: rgb(219,174,110); }

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

background-color css

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

 a { background-color: rgb(219,174,110); }

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

border-color css

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

 span { border-color: rgb(219,174,110); }

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