Html Css Color HEX #DBA93F Tulip Tree

📋 copy color: '#DBA93F'

red 219 ◦ green 169 ◦ blue 63

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

Shades of Tulip Tree #DBA93F

Tints of Tulip Tree #DBA93F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.47%

 BLUE value IS 63 (25% from 255) = 13.97%

R = 48.56%
G = 37.47%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBA93F (or 0xDBA93F) is known color: Tulip Tree. HEX triplet: DB, A9 and 3F. RGB value is (219,169,63). Sum of RGB (Red+Green+Blue) = 219+169+63=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 169 (66.41% from 255 or 37.47% from 451); Blue value is 63 (25% from 255 or 13.97% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA93F is #2456C0. Grayscale: #ACACAC. Windows color (decimal): -2381505 or 4172251. OLE color: 4172251.

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

Color convert

RGB 219 169 63 -
CMYK 0 0.23 0.71 0.14
HSL 40.77º 0.68% 0.55% -
HSV(B) 40.77º 0.71% 0.86% -
XYZ 44.3 43.79 10.82 -
YUV 171.87 66.57 161.62 -
System Red Green Blue C M Y K H S L
Decimal 219 169 63 0 0.23 0.71 0.14 40.77 0.68 0.55
Hex DB A9 3F 0 17 47 E 29 44 37
Octal 333 251 77 0 27 107 16 51 104 67
Binary 11011011 10101001 111111 0 10111 1000111 1110 101001 1000100 110111

Color Harmonies of #DBA93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA93F

Black with #DBA93F

Text Example


Text Example

White with #DBA93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA93F; }

 p { color: rgb(219,169,63); }

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

background-color css

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

 a { background-color: rgb(219,169,63); }

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

border-color css

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

 span { border-color: rgb(219,169,63); }

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