Html Css Color HEX #DBAE48 Tulip Tree

📋 copy color: '#DBAE48'

red 219 ◦ green 174 ◦ blue 72

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

Shades of Tulip Tree #DBAE48

Tints of Tulip Tree #DBAE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.48%

R = 47.1%
G = 37.42%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBAE48 (or 0xDBAE48) is known color: Tulip Tree. HEX triplet: DB, AE and 48. RGB value is (219,174,72). Sum of RGB (Red+Green+Blue) = 219+174+72=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 174 (68.36% from 255 or 37.42% from 465); Blue value is 72 (28.52% from 255 or 15.48% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE48 is #2451B7. Grayscale: #B0B0B0. Windows color (decimal): -2380216 or 4763355. OLE color: 4763355.

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

Color convert

RGB 219 174 72 -
CMYK 0 0.21 0.67 0.14
HSL 41.63º 0.67% 0.57% -
HSV(B) 41.63º 0.67% 0.86% -
XYZ 45.52 45.8 12.57 -
YUV 175.83 69.41 158.79 -
System Red Green Blue C M Y K H S L
Decimal 219 174 72 0 0.21 0.67 0.14 41.63 0.67 0.57
Hex DB AE 48 0 15 43 E 2A 43 39
Octal 333 256 110 0 25 103 16 52 103 71
Binary 11011011 10101110 1001000 0 10101 1000011 1110 101010 1000011 111001

Color Harmonies of #DBAE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE48

Black with #DBAE48

Text Example


Text Example

White with #DBAE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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