Html Css Color HEX #D98E1E Buttercup

📋 copy color: '#D98E1E'

red 217 ◦ green 142 ◦ blue 30

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

Shades of Buttercup #D98E1E

Tints of Buttercup #D98E1E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

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

R = 55.78%
G = 36.5%
B = 7.71%

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

#D98E1E (or 0xD98E1E) is known color: Buttercup. HEX triplet: D9, 8E and 1E. RGB value is (217,142,30). Sum of RGB (Red+Green+Blue) = 217+142+30=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98E1E is #2671E1. Grayscale: #989898. Windows color (decimal): -2519522 or 2002649. OLE color: 2002649.

HSL color Cylindrical-coordinate representation of color #D98E1E: hue angle of 35.94º 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 #D98E1E is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 142 30 -
CMYK 0 0.35 0.86 0.15
HSL 35.94º 0.76% 0.48% -
HSV(B) 35.94º 0.86% 0.85% -
XYZ 38.52 34.19 5.8 -
YUV 151.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 217 142 30 0 0.35 0.86 0.15 35.94 0.76 0.48
Hex D9 8E 1E 0 23 56 F 24 4C 30
Octal 331 216 36 0 43 126 17 44 114 60
Binary 11011001 10001110 11110 0 100011 1010110 1111 100100 1001100 110000

Color Harmonies of #D98E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98E1E

Black with #D98E1E

Text Example


Text Example

White with #D98E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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