Html Css Color HEX #DBA73E Tulip Tree

📋 copy color: '#DBA73E'

red 219 ◦ green 167 ◦ blue 62

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

Shades of Tulip Tree #DBA73E

Tints of Tulip Tree #DBA73E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.28%

 BLUE value IS 62 (24.61% from 255) = 13.84%

R = 48.88%
G = 37.28%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DBA73E (or 0xDBA73E) is known color: Tulip Tree. HEX triplet: DB, A7 and 3E. RGB value is (219,167,62). Sum of RGB (Red+Green+Blue) = 219+167+62=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA73E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA73E is #2458C1. Grayscale: #ABABAB. Windows color (decimal): -2382018 or 4106203. OLE color: 4106203.

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

Color convert

RGB 219 167 62 -
CMYK 0 0.24 0.72 0.14
HSL 40.13º 0.69% 0.55% -
HSV(B) 40.13º 0.72% 0.86% -
XYZ 43.9 43.05 10.55 -
YUV 170.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 219 167 62 0 0.24 0.72 0.14 40.13 0.69 0.55
Hex DB A7 3E 0 18 48 E 28 45 37
Octal 333 247 76 0 30 110 16 50 105 67
Binary 11011011 10100111 111110 0 11000 1001000 1110 101000 1000101 110111

Color Harmonies of #DBA73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA73E

Black with #DBA73E

Text Example


Text Example

White with #DBA73E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA73E; }

 p { color: rgb(219,167,62); }

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

background-color css

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

 a { background-color: rgb(219,167,62); }

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

border-color css

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

 span { border-color: rgb(219,167,62); }

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