Html Css Color HEX #DB8238 Tree Poppy

📋 copy color: '#DB8238'

red 219 ◦ green 130 ◦ blue 56

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

Shades of Tree Poppy #DB8238

Tints of Tree Poppy #DB8238

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 54.07%
G = 32.1%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB8238 (or 0xDB8238) is known color: Tree Poppy. HEX triplet: DB, 82 and 38. RGB value is (219,130,56). Sum of RGB (Red+Green+Blue) = 219+130+56=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8238 is #247DC7. Grayscale: #949494. Windows color (decimal): -2391496 or 3703515. OLE color: 3703515.

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

Color convert

RGB 219 130 56 -
CMYK 0 0.41 0.74 0.14
HSL 27.24º 0.69% 0.54% -
HSV(B) 27.24º 0.74% 0.86% -
XYZ 37.91 31.31 7.79 -
YUV 148.18 75.99 178.52 -
System Red Green Blue C M Y K H S L
Decimal 219 130 56 0 0.41 0.74 0.14 27.24 0.69 0.54
Hex DB 82 38 0 29 4A E 1B 45 36
Octal 333 202 70 0 51 112 16 33 105 66
Binary 11011011 10000010 111000 0 101001 1001010 1110 11011 1000101 110110

Color Harmonies of #DB8238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8238

Black with #DB8238

Text Example


Text Example

White with #DB8238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8238; }

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

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

background-color css

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

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

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

border-color css

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

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

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