Html Css Color HEX #DB863A Tree Poppy

📋 copy color: '#DB863A'

red 219 ◦ green 134 ◦ blue 58

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

Shades of Tree Poppy #DB863A

Tints of Tree Poppy #DB863A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.6%

 BLUE value IS 58 (23.05% from 255) = 14.11%

R = 53.28%
G = 32.6%
B = 14.11%

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

#DB863A (or 0xDB863A) is known color: Tree Poppy. HEX triplet: DB, 86 and 3A. RGB value is (219,134,58). Sum of RGB (Red+Green+Blue) = 219+134+58=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 58 (23.05% from 255 or 14.11% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB863A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB863A is #2479C5. Grayscale: #979797. Windows color (decimal): -2390470 or 3835611. OLE color: 3835611.

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

Color convert

RGB 219 134 58 -
CMYK 0 0.39 0.74 0.14
HSL 28.32º 0.69% 0.54% -
HSV(B) 28.32º 0.74% 0.86% -
XYZ 38.5 32.42 8.23 -
YUV 150.75 75.66 176.68 -
System Red Green Blue C M Y K H S L
Decimal 219 134 58 0 0.39 0.74 0.14 28.32 0.69 0.54
Hex DB 86 3A 0 27 4A E 1C 45 36
Octal 333 206 72 0 47 112 16 34 105 66
Binary 11011011 10000110 111010 0 100111 1001010 1110 11100 1000101 110110

Color Harmonies of #DB863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB863A

Black with #DB863A

Text Example


Text Example

White with #DB863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB863A; }

 p { color: rgb(219,134,58); }

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

background-color css

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

 a { background-color: rgb(219,134,58); }

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

border-color css

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

 span { border-color: rgb(219,134,58); }

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