Html Css Color HEX #DBAE40 Tulip Tree

📋 copy color: '#DBAE40'

red 219 ◦ green 174 ◦ blue 64

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

Shades of Tulip Tree #DBAE40

Tints of Tulip Tree #DBAE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14%

R = 47.92%
G = 38.07%
B = 14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBAE40 (or 0xDBAE40) is known color: Tulip Tree. HEX triplet: DB, AE and 40. RGB value is (219,174,64). Sum of RGB (Red+Green+Blue) = 219+174+64=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE40 is #2451BF. Grayscale: #AFAFAF. Windows color (decimal): -2380224 or 4239067. OLE color: 4239067.

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

Color convert

RGB 219 174 64 -
CMYK 0 0.21 0.71 0.14
HSL 42.58º 0.68% 0.55% -
HSV(B) 42.58º 0.71% 0.86% -
XYZ 45.27 45.7 11.29 -
YUV 174.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 219 174 64 0 0.21 0.71 0.14 42.58 0.68 0.55
Hex DB AE 40 0 15 47 E 2B 44 37
Octal 333 256 100 0 25 107 16 53 104 67
Binary 11011011 10101110 1000000 0 10101 1000111 1110 101011 1000100 110111

Color Harmonies of #DBAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE40

Black with #DBAE40

Text Example


Text Example

White with #DBAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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