Html Css Color HEX #DBAE3F Tulip Tree

📋 copy color: '#DBAE3F'

red 219 ◦ green 174 ◦ blue 63

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

Shades of Tulip Tree #DBAE3F

Tints of Tulip Tree #DBAE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.82%

R = 48.03%
G = 38.16%
B = 13.82%

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

#DBAE3F (or 0xDBAE3F) is known color: Tulip Tree. HEX triplet: DB, AE and 3F. RGB value is (219,174,63). Sum of RGB (Red+Green+Blue) = 219+174+63=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE3F is #2451C0. Grayscale: #AFAFAF. Windows color (decimal): -2380225 or 4173531. OLE color: 4173531.

HSL color Cylindrical-coordinate representation of color #DBAE3F: hue angle of 42.69º 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 #DBAE3F is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 174 63 -
CMYK 0 0.21 0.71 0.14
HSL 42.69º 0.68% 0.55% -
HSV(B) 42.69º 0.71% 0.86% -
XYZ 45.25 45.69 11.14 -
YUV 174.8 64.91 159.53 -
System Red Green Blue C M Y K H S L
Decimal 219 174 63 0 0.21 0.71 0.14 42.69 0.68 0.55
Hex DB AE 3F 0 15 47 E 2B 44 37
Octal 333 256 77 0 25 107 16 53 104 67
Binary 11011011 10101110 111111 0 10101 1000111 1110 101011 1000100 110111

Color Harmonies of #DBAE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE3F

Black with #DBAE3F

Text Example


Text Example

White with #DBAE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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