Html Css Color HEX #D98D1E Buttercup

📋 copy color: '#D98D1E'

red 217 ◦ green 141 ◦ blue 30

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

Shades of Buttercup #D98D1E

Tints of Buttercup #D98D1E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.34%

 BLUE value IS 30 (12.11% from 255) = 7.73%

R = 55.93%
G = 36.34%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D98D1E (or 0xD98D1E) is known color: Buttercup. HEX triplet: D9, 8D and 1E. RGB value is (217,141,30). Sum of RGB (Red+Green+Blue) = 217+141+30=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D1E is #2672E1. Grayscale: #979797. Windows color (decimal): -2519778 or 2002393. OLE color: 2002393.

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

Color convert

RGB 217 141 30 -
CMYK 0 0.35 0.86 0.15
HSL 35.61º 0.76% 0.48% -
HSV(B) 35.61º 0.86% 0.85% -
XYZ 38.37 33.9 5.75 -
YUV 151.07 59.68 175.03 -
System Red Green Blue C M Y K H S L
Decimal 217 141 30 0 0.35 0.86 0.15 35.61 0.76 0.48
Hex D9 8D 1E 0 23 56 F 24 4C 30
Octal 331 215 36 0 43 126 17 44 114 60
Binary 11011001 10001101 11110 0 100011 1010110 1111 100100 1001100 110000

Color Harmonies of #D98D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D1E

Black with #D98D1E

Text Example


Text Example

White with #D98D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D1E; }

 p { color: rgb(217,141,30); }

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

background-color css

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

 a { background-color: rgb(217,141,30); }

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

border-color css

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

 span { border-color: rgb(217,141,30); }

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