Html Css Color HEX #DBA238 Tulip Tree

📋 copy color: '#DBA238'

red 219 ◦ green 162 ◦ blue 56

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

Shades of Tulip Tree #DBA238

Tints of Tulip Tree #DBA238

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.07%

 BLUE value IS 56 (22.27% from 255) = 12.81%

R = 50.11%
G = 37.07%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBA238 (or 0xDBA238) is known color: Tulip Tree. HEX triplet: DB, A2 and 38. RGB value is (219,162,56). Sum of RGB (Red+Green+Blue) = 219+162+56=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 56 (22.27% from 255 or 12.81% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA238 is #245DC7. Grayscale: #A7A7A7. Windows color (decimal): -2383304 or 3711707. OLE color: 3711707.

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

Color convert

RGB 219 162 56 -
CMYK 0 0.26 0.74 0.14
HSL 39.02º 0.69% 0.54% -
HSV(B) 39.02º 0.74% 0.86% -
XYZ 42.85 41.19 9.43 -
YUV 166.96 65.38 165.12 -
System Red Green Blue C M Y K H S L
Decimal 219 162 56 0 0.26 0.74 0.14 39.02 0.69 0.54
Hex DB A2 38 0 1A 4A E 27 45 36
Octal 333 242 70 0 32 112 16 47 105 66
Binary 11011011 10100010 111000 0 11010 1001010 1110 100111 1000101 110110

Color Harmonies of #DBA238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA238

Black with #DBA238

Text Example


Text Example

White with #DBA238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA238; }

 p { color: rgb(219,162,56); }

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

background-color css

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

 a { background-color: rgb(219,162,56); }

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

border-color css

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

 span { border-color: rgb(219,162,56); }

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