Html Css Color HEX #DB8541 Tree Poppy

📋 copy color: '#DB8541'

red 219 ◦ green 133 ◦ blue 65

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

Shades of Tree Poppy #DB8541

Tints of Tree Poppy #DB8541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.89%

 BLUE value IS 65 (25.78% from 255) = 15.59%

R = 52.52%
G = 31.89%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB8541 (or 0xDB8541) is known color: Tree Poppy. HEX triplet: DB, 85 and 41. RGB value is (219,133,65). Sum of RGB (Red+Green+Blue) = 219+133+65=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8541 is #247ABE. Grayscale: #979797. Windows color (decimal): -2390719 or 4294107. OLE color: 4294107.

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

Color convert

RGB 219 133 65 -
CMYK 0 0.39 0.70 0.14
HSL 26.49º 0.68% 0.56% -
HSV(B) 26.49º 0.7% 0.86% -
XYZ 38.56 32.22 9.19 -
YUV 150.96 79.49 176.53 -
System Red Green Blue C M Y K H S L
Decimal 219 133 65 0 0.39 0.70 0.14 26.49 0.68 0.56
Hex DB 85 41 0 27 46 E 1A 44 38
Octal 333 205 101 0 47 106 16 32 104 70
Binary 11011011 10000101 1000001 0 100111 1000110 1110 11010 1000100 111000

Color Harmonies of #DB8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8541

Black with #DB8541

Text Example


Text Example

White with #DB8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8541; }

 p { color: rgb(219,133,65); }

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

background-color css

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

 a { background-color: rgb(219,133,65); }

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

border-color css

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

 span { border-color: rgb(219,133,65); }

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