Html Css Color HEX #D8803A Tree Poppy

📋 copy color: '#D8803A'

red 216 ◦ green 128 ◦ blue 58

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

Shades of Tree Poppy #D8803A

Tints of Tree Poppy #D8803A

RGB

 RED value IS 216 (84.77% from 255) = 53.73%

 GREEN value IS 128 (50.39% from 255) = 31.84%

 BLUE value IS 58 (23.05% from 255) = 14.43%

R = 53.73%
G = 31.84%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D8803A (or 0xD8803A) is known color: Tree Poppy. HEX triplet: D8, 80 and 3A. RGB value is (216,128,58). Sum of RGB (Red+Green+Blue) = 216+128+58=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 58 (23.05% from 255 or 14.43% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D8803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8803A is #277FC5. Grayscale: #929292. Windows color (decimal): -2588614 or 3834072. OLE color: 3834072.

HSL color Cylindrical-coordinate representation of color #D8803A: hue angle of 26.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8803A is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 128 58 -
CMYK 0 0.41 0.73 0.15
HSL 26.58º 0.67% 0.54% -
HSV(B) 26.58º 0.73% 0.85% -
XYZ 36.8 30.34 7.92 -
YUV 146.33 78.15 177.69 -
System Red Green Blue C M Y K H S L
Decimal 216 128 58 0 0.41 0.73 0.15 26.58 0.67 0.54
Hex D8 80 3A 0 29 49 F 1B 43 36
Octal 330 200 72 0 51 111 17 33 103 66
Binary 11011000 10000000 111010 0 101001 1001001 1111 11011 1000011 110110

Color Harmonies of #D8803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8803A

Black with #D8803A

Text Example


Text Example

White with #D8803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8803A; }

 p { color: rgb(216,128,58); }

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

background-color css

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

 a { background-color: rgb(216,128,58); }

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

border-color css

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

 span { border-color: rgb(216,128,58); }

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