Html Css Color HEX #D98C18 Buttercup

📋 copy color: '#D98C18'

red 217 ◦ green 140 ◦ blue 24

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

Shades of Buttercup #D98C18

Tints of Buttercup #D98C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.3%

R = 56.96%
G = 36.75%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#D98C18 (or 0xD98C18) is known color: Buttercup. HEX triplet: D9, 8C and 18. RGB value is (217,140,24). Sum of RGB (Red+Green+Blue) = 217+140+24=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98C18 is #2673E7. Grayscale: #969696. Windows color (decimal): -2520040 or 1608921. OLE color: 1608921.

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

Color convert

RGB 217 140 24 -
CMYK 0 0.35 0.89 0.15
HSL 36.06º 0.8% 0.47% -
HSV(B) 36.06º 0.89% 0.85% -
XYZ 38.16 33.57 5.33 -
YUV 149.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 217 140 24 0 0.35 0.89 0.15 36.06 0.8 0.47
Hex D9 8C 18 0 23 59 F 24 50 2F
Octal 331 214 30 0 43 131 17 44 120 57
Binary 11011001 10001100 11000 0 100011 1011001 1111 100100 1010000 101111

Color Harmonies of #D98C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98C18

Black with #D98C18

Text Example


Text Example

White with #D98C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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