Html Css Color HEX #DBAE44 Tulip Tree

📋 copy color: '#DBAE44'

red 219 ◦ green 174 ◦ blue 68

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

Shades of Tulip Tree #DBAE44

Tints of Tulip Tree #DBAE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.75%

R = 47.51%
G = 37.74%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBAE44 (or 0xDBAE44) is known color: Tulip Tree. HEX triplet: DB, AE and 44. RGB value is (219,174,68). Sum of RGB (Red+Green+Blue) = 219+174+68=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 68 (26.95% from 255 or 14.75% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAE44 is #2451BB. Grayscale: #AFAFAF. Windows color (decimal): -2380220 or 4501211. OLE color: 4501211.

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

Color convert

RGB 219 174 68 -
CMYK 0 0.21 0.69 0.14
HSL 42.12º 0.68% 0.56% -
HSV(B) 42.12º 0.69% 0.86% -
XYZ 45.39 45.75 11.91 -
YUV 175.37 67.41 159.12 -
System Red Green Blue C M Y K H S L
Decimal 219 174 68 0 0.21 0.69 0.14 42.12 0.68 0.56
Hex DB AE 44 0 15 45 E 2A 44 38
Octal 333 256 104 0 25 105 16 52 104 70
Binary 11011011 10101110 1000100 0 10101 1000101 1110 101010 1000100 111000

Color Harmonies of #DBAE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAE44

Black with #DBAE44

Text Example


Text Example

White with #DBAE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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