Html Css Color HEX #D98C22 Buttercup

📋 copy color: '#D98C22'

red 217 ◦ green 140 ◦ blue 34

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

Shades of Buttercup #D98C22

Tints of Buttercup #D98C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.7%

R = 55.5%
G = 35.81%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D98C22 (or 0xD98C22) is known color: Buttercup. HEX triplet: D9, 8C and 22. RGB value is (217,140,34). Sum of RGB (Red+Green+Blue) = 217+140+34=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98C22 is #2673DD. Grayscale: #979797. Windows color (decimal): -2520030 or 2264281. OLE color: 2264281.

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

Color convert

RGB 217 140 34 -
CMYK 0 0.35 0.84 0.15
HSL 34.75º 0.73% 0.49% -
HSV(B) 34.75º 0.84% 0.85% -
XYZ 38.28 33.62 5.99 -
YUV 150.94 62.01 175.12 -
System Red Green Blue C M Y K H S L
Decimal 217 140 34 0 0.35 0.84 0.15 34.75 0.73 0.49
Hex D9 8C 22 0 23 54 F 23 49 31
Octal 331 214 42 0 43 124 17 43 111 61
Binary 11011001 10001100 100010 0 100011 1010100 1111 100011 1001001 110001

Color Harmonies of #D98C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98C22

Black with #D98C22

Text Example


Text Example

White with #D98C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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