Html Css Color HEX #DBAE6F Putty

📋 copy color: '#DBAE6F'

red 219 ◦ green 174 ◦ blue 111

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

Shades of Putty #DBAE6F

Tints of Putty #DBAE6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.02%

R = 43.45%
G = 34.52%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DBAE6F (or 0xDBAE6F) is known color: Putty. HEX triplet: DB, AE and 6F. RGB value is (219,174,111). Sum of RGB (Red+Green+Blue) = 219+174+111=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBAE6F is #245190. Grayscale: #B4B4B4. Windows color (decimal): -2380177 or 7319259. OLE color: 7319259.

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

Color convert

RGB 219 174 111 -
CMYK 0 0.21 0.49 0.14
HSL 35º 0.6% 0.65% -
HSV(B) 35º 0.49% 0.86% -
XYZ 47.22 46.48 21.52 -
YUV 180.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 219 174 111 0 0.21 0.49 0.14 35 0.6 0.65
Hex DB AE 6F 0 15 31 E 23 3C 41
Octal 333 256 157 0 25 61 16 43 74 101
Binary 11011011 10101110 1101111 0 10101 110001 1110 100011 111100 1000001

Color Harmonies of #DBAE6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE6F

Black with #DBAE6F

Text Example


Text Example

White with #DBAE6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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