Html Css Color HEX #DBAE46 Tulip Tree

📋 copy color: '#DBAE46'

red 219 ◦ green 174 ◦ blue 70

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

Shades of Tulip Tree #DBAE46

Tints of Tulip Tree #DBAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.12%

R = 47.3%
G = 37.58%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBAE46 (or 0xDBAE46) is known color: Tulip Tree. HEX triplet: DB, AE and 46. RGB value is (219,174,70). Sum of RGB (Red+Green+Blue) = 219+174+70=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE46 is #2451B9. Grayscale: #B0B0B0. Windows color (decimal): -2380218 or 4632283. OLE color: 4632283.

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

Color convert

RGB 219 174 70 -
CMYK 0 0.21 0.68 0.14
HSL 41.88º 0.67% 0.57% -
HSV(B) 41.88º 0.68% 0.86% -
XYZ 45.45 45.77 12.23 -
YUV 175.6 68.41 158.96 -
System Red Green Blue C M Y K H S L
Decimal 219 174 70 0 0.21 0.68 0.14 41.88 0.67 0.57
Hex DB AE 46 0 15 44 E 2A 43 39
Octal 333 256 106 0 25 104 16 52 103 71
Binary 11011011 10101110 1000110 0 10101 1000100 1110 101010 1000011 111001

Color Harmonies of #DBAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE46

Black with #DBAE46

Text Example


Text Example

White with #DBAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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