Html Css Color HEX #DBAE41 Tulip Tree

📋 copy color: '#DBAE41'

red 219 ◦ green 174 ◦ blue 65

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

Shades of Tulip Tree #DBAE41

Tints of Tulip Tree #DBAE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.19%

R = 47.82%
G = 37.99%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBAE41 (or 0xDBAE41) is known color: Tulip Tree. HEX triplet: DB, AE and 41. RGB value is (219,174,65). Sum of RGB (Red+Green+Blue) = 219+174+65=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 174 (68.36% from 255 or 37.99% from 458); Blue value is 65 (25.78% from 255 or 14.19% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE41 is #2451BE. Grayscale: #AFAFAF. Windows color (decimal): -2380223 or 4304603. OLE color: 4304603.

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

Color convert

RGB 219 174 65 -
CMYK 0 0.21 0.70 0.14
HSL 42.47º 0.68% 0.56% -
HSV(B) 42.47º 0.7% 0.86% -
XYZ 45.3 45.71 11.44 -
YUV 175.03 65.91 159.36 -
System Red Green Blue C M Y K H S L
Decimal 219 174 65 0 0.21 0.70 0.14 42.47 0.68 0.56
Hex DB AE 41 0 15 46 E 2A 44 38
Octal 333 256 101 0 25 106 16 52 104 70
Binary 11011011 10101110 1000001 0 10101 1000110 1110 101010 1000100 111000

Color Harmonies of #DBAE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE41

Black with #DBAE41

Text Example


Text Example

White with #DBAE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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