Html Css Color HEX #D98D1A Buttercup

📋 copy color: '#D98D1A'

red 217 ◦ green 141 ◦ blue 26

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

Shades of Buttercup #D98D1A

Tints of Buttercup #D98D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.77%

R = 56.51%
G = 36.72%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D98D1A (or 0xD98D1A) is known color: Buttercup. HEX triplet: D9, 8D and 1A. RGB value is (217,141,26). Sum of RGB (Red+Green+Blue) = 217+141+26=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 26 (10.55% from 255 or 6.77% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D1A is #2672E5. Grayscale: #979797. Windows color (decimal): -2519782 or 1740249. OLE color: 1740249.

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

Color convert

RGB 217 141 26 -
CMYK 0 0.35 0.88 0.15
HSL 36.13º 0.79% 0.48% -
HSV(B) 36.13º 0.88% 0.85% -
XYZ 38.33 33.88 5.5 -
YUV 150.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 217 141 26 0 0.35 0.88 0.15 36.13 0.79 0.48
Hex D9 8D 1A 0 23 58 F 24 4F 30
Octal 331 215 32 0 43 130 17 44 117 60
Binary 11011001 10001101 11010 0 100011 1011000 1111 100100 1001111 110000

Color Harmonies of #D98D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D1A

Black with #D98D1A

Text Example


Text Example

White with #D98D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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