Html Css Color HEX #DB863C Tree Poppy

📋 copy color: '#DB863C'

red 219 ◦ green 134 ◦ blue 60

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

Shades of Tree Poppy #DB863C

Tints of Tree Poppy #DB863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.53%

R = 53.03%
G = 32.45%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB863C (or 0xDB863C) is known color: Tree Poppy. HEX triplet: DB, 86 and 3C. RGB value is (219,134,60). Sum of RGB (Red+Green+Blue) = 219+134+60=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB863C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB863C is #2479C3. Grayscale: #979797. Windows color (decimal): -2390468 or 3966683. OLE color: 3966683.

HSL color Cylindrical-coordinate representation of color #DB863C: hue angle of 27.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB863C is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 134 60 -
CMYK 0 0.39 0.73 0.14
HSL 27.92º 0.69% 0.55% -
HSV(B) 27.92º 0.73% 0.86% -
XYZ 38.55 32.44 8.5 -
YUV 150.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 219 134 60 0 0.39 0.73 0.14 27.92 0.69 0.55
Hex DB 86 3C 0 27 49 E 1C 45 37
Octal 333 206 74 0 47 111 16 34 105 67
Binary 11011011 10000110 111100 0 100111 1001001 1110 11100 1000101 110111

Color Harmonies of #DB863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB863C

Black with #DB863C

Text Example


Text Example

White with #DB863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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