Html Css Color HEX #DBA338 Tulip Tree

📋 copy color: '#DBA338'

red 219 ◦ green 163 ◦ blue 56

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

Shades of Tulip Tree #DBA338

Tints of Tulip Tree #DBA338

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

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

R = 50%
G = 37.21%
B = 12.79%

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

#DBA338 (or 0xDBA338) is known color: Tulip Tree. HEX triplet: DB, A3 and 38. RGB value is (219,163,56). Sum of RGB (Red+Green+Blue) = 219+163+56=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA338 is #245CC7. Grayscale: #A8A8A8. Windows color (decimal): -2383048 or 3711963. OLE color: 3711963.

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

Color convert

RGB 219 163 56 -
CMYK 0 0.26 0.74 0.14
HSL 39.39º 0.69% 0.54% -
HSV(B) 39.39º 0.74% 0.86% -
XYZ 43.02 41.54 9.49 -
YUV 167.55 65.05 164.7 -
System Red Green Blue C M Y K H S L
Decimal 219 163 56 0 0.26 0.74 0.14 39.39 0.69 0.54
Hex DB A3 38 0 1A 4A E 27 45 36
Octal 333 243 70 0 32 112 16 47 105 66
Binary 11011011 10100011 111000 0 11010 1001010 1110 100111 1000101 110110

Color Harmonies of #DBA338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA338

Black with #DBA338

Text Example


Text Example

White with #DBA338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA338; }

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

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

background-color css

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

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

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

border-color css

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

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

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