Html Css Color HEX #DB8538 Tree Poppy

📋 copy color: '#DB8538'

red 219 ◦ green 133 ◦ blue 56

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

Shades of Tree Poppy #DB8538

Tints of Tree Poppy #DB8538

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.6%

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

R = 53.68%
G = 32.6%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB8538 (or 0xDB8538) is known color: Tree Poppy. HEX triplet: DB, 85 and 38. RGB value is (219,133,56). Sum of RGB (Red+Green+Blue) = 219+133+56=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 56 (22.27% from 255 or 13.73% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8538 is #247AC7. Grayscale: #969696. Windows color (decimal): -2390728 or 3704283. OLE color: 3704283.

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

Color convert

RGB 219 133 56 -
CMYK 0 0.39 0.74 0.14
HSL 28.34º 0.69% 0.54% -
HSV(B) 28.34º 0.74% 0.86% -
XYZ 38.31 32.12 7.92 -
YUV 149.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 219 133 56 0 0.39 0.74 0.14 28.34 0.69 0.54
Hex DB 85 38 0 27 4A E 1C 45 36
Octal 333 205 70 0 47 112 16 34 105 66
Binary 11011011 10000101 111000 0 100111 1001010 1110 11100 1000101 110110

Color Harmonies of #DB8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8538

Black with #DB8538

Text Example


Text Example

White with #DB8538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8538; }

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

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

background-color css

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

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

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

border-color css

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

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

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