Html Css Color HEX #DBAB45 Tulip Tree

📋 copy color: '#DBAB45'

red 219 ◦ green 171 ◦ blue 69

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

Shades of Tulip Tree #DBAB45

Tints of Tulip Tree #DBAB45

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

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

R = 47.71%
G = 37.25%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBAB45 (or 0xDBAB45) is known color: Tulip Tree. HEX triplet: DB, AB and 45. RGB value is (219,171,69). Sum of RGB (Red+Green+Blue) = 219+171+69=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB45 is #2454BA. Grayscale: #AEAEAE. Windows color (decimal): -2380987 or 4565979. OLE color: 4565979.

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

Color convert

RGB 219 171 69 -
CMYK 0 0.22 0.68 0.14
HSL 40.8º 0.68% 0.56% -
HSV(B) 40.8º 0.68% 0.86% -
XYZ 44.85 44.62 11.88 -
YUV 173.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 219 171 69 0 0.22 0.68 0.14 40.8 0.68 0.56
Hex DB AB 45 0 16 44 E 29 44 38
Octal 333 253 105 0 26 104 16 51 104 70
Binary 11011011 10101011 1000101 0 10110 1000100 1110 101001 1000100 111000

Color Harmonies of #DBAB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB45

Black with #DBAB45

Text Example


Text Example

White with #DBAB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB45; }

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

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

background-color css

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

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

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

border-color css

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

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

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