Html Css Color HEX #DBAB3C Tulip Tree

📋 copy color: '#DBAB3C'

red 219 ◦ green 171 ◦ blue 60

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

Shades of Tulip Tree #DBAB3C

Tints of Tulip Tree #DBAB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.33%

R = 48.67%
G = 38%
B = 13.33%

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

#DBAB3C (or 0xDBAB3C) is known color: Tulip Tree. HEX triplet: DB, AB and 3C. RGB value is (219,171,60). Sum of RGB (Red+Green+Blue) = 219+171+60=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAB3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAB3C is #2454C3. Grayscale: #ADADAD. Windows color (decimal): -2380996 or 3976155. OLE color: 3976155.

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

Color convert

RGB 219 171 60 -
CMYK 0 0.22 0.73 0.14
HSL 41.89º 0.69% 0.55% -
HSV(B) 41.89º 0.73% 0.86% -
XYZ 44.59 44.51 10.52 -
YUV 172.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 219 171 60 0 0.22 0.73 0.14 41.89 0.69 0.55
Hex DB AB 3C 0 16 49 E 2A 45 37
Octal 333 253 74 0 26 111 16 52 105 67
Binary 11011011 10101011 111100 0 10110 1001001 1110 101010 1000101 110111

Color Harmonies of #DBAB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAB3C

Black with #DBAB3C

Text Example


Text Example

White with #DBAB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAB3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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