Html Css Color HEX #D98C21 Buttercup

📋 copy color: '#D98C21'

red 217 ◦ green 140 ◦ blue 33

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

Shades of Buttercup #D98C21

Tints of Buttercup #D98C21

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

 BLUE value IS 33 (13.28% from 255) = 8.46%

R = 55.64%
G = 35.9%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D98C21 (or 0xD98C21) is known color: Buttercup. HEX triplet: D9, 8C and 21. RGB value is (217,140,33). Sum of RGB (Red+Green+Blue) = 217+140+33=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 33 (13.28% from 255 or 8.46% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C21 is #2673DE. Grayscale: #979797. Windows color (decimal): -2520031 or 2198745. OLE color: 2198745.

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

Color convert

RGB 217 140 33 -
CMYK 0 0.35 0.85 0.15
HSL 34.89º 0.74% 0.49% -
HSV(B) 34.89º 0.85% 0.85% -
XYZ 38.27 33.62 5.91 -
YUV 150.83 61.51 175.2 -
System Red Green Blue C M Y K H S L
Decimal 217 140 33 0 0.35 0.85 0.15 34.89 0.74 0.49
Hex D9 8C 21 0 23 55 F 23 4A 31
Octal 331 214 41 0 43 125 17 43 112 61
Binary 11011001 10001100 100001 0 100011 1010101 1111 100011 1001010 110001

Color Harmonies of #D98C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98C21

Black with #D98C21

Text Example


Text Example

White with #D98C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98C21; }

 p { color: rgb(217,140,33); }

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

background-color css

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

 a { background-color: rgb(217,140,33); }

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

border-color css

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

 span { border-color: rgb(217,140,33); }

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