Html Css Color HEX #DBAB48 Tulip Tree

📋 copy color: '#DBAB48'

red 219 ◦ green 171 ◦ blue 72

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

Shades of Tulip Tree #DBAB48

Tints of Tulip Tree #DBAB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.58%

R = 47.4%
G = 37.01%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DBAB48 (or 0xDBAB48) is known color: Tulip Tree. HEX triplet: DB, AB and 48. RGB value is (219,171,72). Sum of RGB (Red+Green+Blue) = 219+171+72=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 72 (28.52% from 255 or 15.58% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB48 is #2454B7. Grayscale: #AEAEAE. Windows color (decimal): -2380984 or 4762587. OLE color: 4762587.

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

Color convert

RGB 219 171 72 -
CMYK 0 0.22 0.67 0.14
HSL 40.41º 0.67% 0.57% -
HSV(B) 40.41º 0.67% 0.86% -
XYZ 44.95 44.65 12.38 -
YUV 174.07 70.4 160.05 -
System Red Green Blue C M Y K H S L
Decimal 219 171 72 0 0.22 0.67 0.14 40.41 0.67 0.57
Hex DB AB 48 0 16 43 E 28 43 39
Octal 333 253 110 0 26 103 16 50 103 71
Binary 11011011 10101011 1001000 0 10110 1000011 1110 101000 1000011 111001

Color Harmonies of #DBAB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB48

Black with #DBAB48

Text Example


Text Example

White with #DBAB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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