Html Css Color HEX #D98235 Tree Poppy

📋 copy color: '#D98235'

red 217 ◦ green 130 ◦ blue 53

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

Shades of Tree Poppy #D98235

Tints of Tree Poppy #D98235

RGB

 RED value IS 217 (85.16% from 255) = 54.25%

 GREEN value IS 130 (51.17% from 255) = 32.5%

 BLUE value IS 53 (21.09% from 255) = 13.25%

R = 54.25%
G = 32.5%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D98235 (or 0xD98235) is known color: Tree Poppy. HEX triplet: D9, 82 and 35. RGB value is (217,130,53). Sum of RGB (Red+Green+Blue) = 217+130+53=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D98235 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98235 is #267DCA. Grayscale: #939393. Windows color (decimal): -2522571 or 3506905. OLE color: 3506905.

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

Color convert

RGB 217 130 53 -
CMYK 0 0.40 0.76 0.15
HSL 28.17º 0.68% 0.53% -
HSV(B) 28.17º 0.76% 0.85% -
XYZ 37.24 30.97 7.38 -
YUV 147.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 217 130 53 0 0.40 0.76 0.15 28.17 0.68 0.53
Hex D9 82 35 0 28 4C F 1C 44 35
Octal 331 202 65 0 50 114 17 34 104 65
Binary 11011001 10000010 110101 0 101000 1001100 1111 11100 1000100 110101

Color Harmonies of #D98235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98235

Black with #D98235

Text Example


Text Example

White with #D98235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98235; }

 p { color: rgb(217,130,53); }

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

background-color css

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

 a { background-color: rgb(217,130,53); }

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

border-color css

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

 span { border-color: rgb(217,130,53); }

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