Html Css Color HEX #DB8330 Tree Poppy

📋 copy color: '#DB8330'

red 219 ◦ green 131 ◦ blue 48

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

Shades of Tree Poppy #DB8330

Tints of Tree Poppy #DB8330

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

 BLUE value IS 48 (19.14% from 255) = 12.06%

R = 55.03%
G = 32.91%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB8330 (or 0xDB8330) is known color: Tree Poppy. HEX triplet: DB, 83 and 30. RGB value is (219,131,48). Sum of RGB (Red+Green+Blue) = 219+131+48=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8330 is #247CCF. Grayscale: #949494. Windows color (decimal): -2391248 or 3179483. OLE color: 3179483.

HSL color Cylindrical-coordinate representation of color #DB8330: hue angle of 29.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB8330 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 131 48 -
CMYK 0 0.40 0.78 0.14
HSL 29.12º 0.7% 0.52% -
HSV(B) 29.12º 0.78% 0.86% -
XYZ 37.86 31.51 6.88 -
YUV 147.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 219 131 48 0 0.40 0.78 0.14 29.12 0.7 0.52
Hex DB 83 30 0 28 4E E 1D 46 34
Octal 333 203 60 0 50 116 16 35 106 64
Binary 11011011 10000011 110000 0 101000 1001110 1110 11101 1000110 110100

Color Harmonies of #DB8330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8330

Black with #DB8330

Text Example


Text Example

White with #DB8330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8330; }

 p { color: rgb(219,131,48); }

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

background-color css

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

 a { background-color: rgb(219,131,48); }

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

border-color css

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

 span { border-color: rgb(219,131,48); }

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