Html Css Color HEX #DB8A38 Tree Poppy

📋 copy color: '#DB8A38'

red 219 ◦ green 138 ◦ blue 56

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

Shades of Tree Poppy #DB8A38

Tints of Tree Poppy #DB8A38

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.41%

 BLUE value IS 56 (22.27% from 255) = 13.56%

R = 53.03%
G = 33.41%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB8A38 (or 0xDB8A38) is known color: Tree Poppy. HEX triplet: DB, 8A and 38. RGB value is (219,138,56). Sum of RGB (Red+Green+Blue) = 219+138+56=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8A38 is #2475C7. Grayscale: #999999. Windows color (decimal): -2389448 or 3705563. OLE color: 3705563.

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

Color convert

RGB 219 138 56 -
CMYK 0 0.37 0.74 0.14
HSL 30.18º 0.69% 0.54% -
HSV(B) 30.18º 0.74% 0.86% -
XYZ 39.02 33.52 8.16 -
YUV 152.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 219 138 56 0 0.37 0.74 0.14 30.18 0.69 0.54
Hex DB 8A 38 0 25 4A E 1E 45 36
Octal 333 212 70 0 45 112 16 36 105 66
Binary 11011011 10001010 111000 0 100101 1001010 1110 11110 1000101 110110

Color Harmonies of #DB8A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8A38

Black with #DB8A38

Text Example


Text Example

White with #DB8A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8A38; }

 p { color: rgb(219,138,56); }

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

background-color css

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

 a { background-color: rgb(219,138,56); }

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

border-color css

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

 span { border-color: rgb(219,138,56); }

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