Html Css Color HEX #D88038 Tree Poppy

📋 copy color: '#D88038'

red 216 ◦ green 128 ◦ blue 56

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

Shades of Tree Poppy #D88038

Tints of Tree Poppy #D88038

RGB

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

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

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

R = 54%
G = 32%
B = 14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D88038 (or 0xD88038) is known color: Tree Poppy. HEX triplet: D8, 80 and 38. RGB value is (216,128,56). Sum of RGB (Red+Green+Blue) = 216+128+56=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D88038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88038 is #277FC7. Grayscale: #929292. Windows color (decimal): -2588616 or 3703000. OLE color: 3703000.

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

Color convert

RGB 216 128 56 -
CMYK 0 0.41 0.74 0.15
HSL 27º 0.67% 0.53% -
HSV(B) 27º 0.74% 0.85% -
XYZ 36.75 30.32 7.66 -
YUV 146.1 77.15 177.85 -
System Red Green Blue C M Y K H S L
Decimal 216 128 56 0 0.41 0.74 0.15 27 0.67 0.53
Hex D8 80 38 0 29 4A F 1B 43 35
Octal 330 200 70 0 51 112 17 33 103 65
Binary 11011000 10000000 111000 0 101001 1001010 1111 11011 1000011 110101

Color Harmonies of #D88038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88038

Black with #D88038

Text Example


Text Example

White with #D88038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88038; }

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

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

background-color css

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

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

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

border-color css

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

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

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