Html Css Color HEX #DB8745 Tree Poppy

📋 copy color: '#DB8745'

red 219 ◦ green 135 ◦ blue 69

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

Shades of Tree Poppy #DB8745

Tints of Tree Poppy #DB8745

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.91%

 BLUE value IS 69 (27.34% from 255) = 16.31%

R = 51.77%
G = 31.91%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB8745 (or 0xDB8745) is known color: Tree Poppy. HEX triplet: DB, 87 and 45. RGB value is (219,135,69). Sum of RGB (Red+Green+Blue) = 219+135+69=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8745 is #2478BA. Grayscale: #989898. Windows color (decimal): -2390203 or 4556763. OLE color: 4556763.

HSL color Cylindrical-coordinate representation of color #DB8745: hue angle of 26.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB8745 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 135 69 -
CMYK 0 0.38 0.68 0.14
HSL 26.4º 0.68% 0.56% -
HSV(B) 26.4º 0.68% 0.86% -
XYZ 38.95 32.82 9.91 -
YUV 152.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 219 135 69 0 0.38 0.68 0.14 26.4 0.68 0.56
Hex DB 87 45 0 26 44 E 1A 44 38
Octal 333 207 105 0 46 104 16 32 104 70
Binary 11011011 10000111 1000101 0 100110 1000100 1110 11010 1000100 111000

Color Harmonies of #DB8745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8745

Black with #DB8745

Text Example


Text Example

White with #DB8745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8745; }

 p { color: rgb(219,135,69); }

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

background-color css

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

 a { background-color: rgb(219,135,69); }

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

border-color css

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

 span { border-color: rgb(219,135,69); }

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