Html Css Color HEX #D98716 Buttercup

📋 copy color: '#D98716'

red 217 ◦ green 135 ◦ blue 22

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

Shades of Buttercup #D98716

Tints of Buttercup #D98716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

 BLUE value IS 22 (8.98% from 255) = 5.88%

R = 58.02%
G = 36.1%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98716 (or 0xD98716) is known color: Buttercup. HEX triplet: D9, 87 and 16. RGB value is (217,135,22). Sum of RGB (Red+Green+Blue) = 217+135+22=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 22 (8.98% from 255 or 5.88% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D98716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98716 is #2678E9. Grayscale: #939393. Windows color (decimal): -2521322 or 1476569. OLE color: 1476569.

HSL color Cylindrical-coordinate representation of color #D98716: hue angle of 34.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D98716 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 135 22 -
CMYK 0 0.38 0.90 0.15
HSL 34.77º 0.82% 0.47% -
HSV(B) 34.77º 0.9% 0.85% -
XYZ 37.42 32.14 4.99 -
YUV 146.64 57.67 178.19 -
System Red Green Blue C M Y K H S L
Decimal 217 135 22 0 0.38 0.90 0.15 34.77 0.82 0.47
Hex D9 87 16 0 26 5A F 23 52 2F
Octal 331 207 26 0 46 132 17 43 122 57
Binary 11011001 10000111 10110 0 100110 1011010 1111 100011 1010010 101111

Color Harmonies of #D98716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98716

Black with #D98716

Text Example


Text Example

White with #D98716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98716; }

 p { color: rgb(217,135,22); }

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

background-color css

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

 a { background-color: rgb(217,135,22); }

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

border-color css

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

 span { border-color: rgb(217,135,22); }

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