Html Css Color HEX #DBAE45 Tulip Tree

📋 copy color: '#DBAE45'

red 219 ◦ green 174 ◦ blue 69

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

Shades of Tulip Tree #DBAE45

Tints of Tulip Tree #DBAE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.94%

R = 47.4%
G = 37.66%
B = 14.94%

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

#DBAE45 (or 0xDBAE45) is known color: Tulip Tree. HEX triplet: DB, AE and 45. RGB value is (219,174,69). Sum of RGB (Red+Green+Blue) = 219+174+69=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE45 is #2451BA. Grayscale: #AFAFAF. Windows color (decimal): -2380219 or 4566747. OLE color: 4566747.

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

Color convert

RGB 219 174 69 -
CMYK 0 0.21 0.68 0.14
HSL 42º 0.68% 0.56% -
HSV(B) 42º 0.68% 0.86% -
XYZ 45.42 45.76 12.07 -
YUV 175.49 67.91 159.04 -
System Red Green Blue C M Y K H S L
Decimal 219 174 69 0 0.21 0.68 0.14 42 0.68 0.56
Hex DB AE 45 0 15 44 E 2A 44 38
Octal 333 256 105 0 25 104 16 52 104 70
Binary 11011011 10101110 1000101 0 10101 1000100 1110 101010 1000100 111000

Color Harmonies of #DBAE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE45

Black with #DBAE45

Text Example


Text Example

White with #DBAE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE45; }

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

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

background-color css

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

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

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

border-color css

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

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

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