Html Css Color HEX #DBAB3B Tulip Tree

📋 copy color: '#DBAB3B'

red 219 ◦ green 171 ◦ blue 59

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

Shades of Tulip Tree #DBAB3B

Tints of Tulip Tree #DBAB3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.14%

R = 48.78%
G = 38.08%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBAB3B (or 0xDBAB3B) is known color: Tulip Tree. HEX triplet: DB, AB and 3B. RGB value is (219,171,59). Sum of RGB (Red+Green+Blue) = 219+171+59=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB3B is #2454C4. Grayscale: #ADADAD. Windows color (decimal): -2380997 or 3910619. OLE color: 3910619.

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

Color convert

RGB 219 171 59 -
CMYK 0 0.22 0.73 0.14
HSL 42º 0.69% 0.55% -
HSV(B) 42º 0.73% 0.86% -
XYZ 44.57 44.5 10.38 -
YUV 172.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 219 171 59 0 0.22 0.73 0.14 42 0.69 0.55
Hex DB AB 3B 0 16 49 E 2A 45 37
Octal 333 253 73 0 26 111 16 52 105 67
Binary 11011011 10101011 111011 0 10110 1001001 1110 101010 1000101 110111

Color Harmonies of #DBAB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB3B

Black with #DBAB3B

Text Example


Text Example

White with #DBAB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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