Html Css Color HEX #DB8B42 Tree Poppy

📋 copy color: '#DB8B42'

red 219 ◦ green 139 ◦ blue 66

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

Shades of Tree Poppy #DB8B42

Tints of Tree Poppy #DB8B42

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.78%

 BLUE value IS 66 (26.17% from 255) = 15.57%

R = 51.65%
G = 32.78%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB8B42 (or 0xDB8B42) is known color: Tree Poppy. HEX triplet: DB, 8B and 42. RGB value is (219,139,66). Sum of RGB (Red+Green+Blue) = 219+139+66=424 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.65% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8B42 is #2474BD. Grayscale: #9A9A9A. Windows color (decimal): -2389182 or 4361179. OLE color: 4361179.

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

Color convert

RGB 219 139 66 -
CMYK 0 0.37 0.70 0.14
HSL 28.63º 0.68% 0.56% -
HSV(B) 28.63º 0.7% 0.86% -
XYZ 39.43 33.92 9.62 -
YUV 154.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 219 139 66 0 0.37 0.70 0.14 28.63 0.68 0.56
Hex DB 8B 42 0 25 46 E 1D 44 38
Octal 333 213 102 0 45 106 16 35 104 70
Binary 11011011 10001011 1000010 0 100101 1000110 1110 11101 1000100 111000

Color Harmonies of #DB8B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B42

Black with #DB8B42

Text Example


Text Example

White with #DB8B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B42; }

 p { color: rgb(219,139,66); }

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

background-color css

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

 a { background-color: rgb(219,139,66); }

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

border-color css

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

 span { border-color: rgb(219,139,66); }

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