Html Css Color HEX #D98D1B Buttercup

📋 copy color: '#D98D1B'

red 217 ◦ green 141 ◦ blue 27

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

Shades of Buttercup #D98D1B

Tints of Buttercup #D98D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 56.36%
G = 36.62%
B = 7.01%

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

#D98D1B (or 0xD98D1B) is known color: Buttercup. HEX triplet: D9, 8D and 1B. RGB value is (217,141,27). Sum of RGB (Red+Green+Blue) = 217+141+27=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98D1B is #2672E4. Grayscale: #979797. Windows color (decimal): -2519781 or 1805785. OLE color: 1805785.

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

Color convert

RGB 217 141 27 -
CMYK 0 0.35 0.88 0.15
HSL 36º 0.78% 0.48% -
HSV(B) 36º 0.88% 0.85% -
XYZ 38.34 33.88 5.56 -
YUV 150.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 217 141 27 0 0.35 0.88 0.15 36 0.78 0.48
Hex D9 8D 1B 0 23 58 F 24 4E 30
Octal 331 215 33 0 43 130 17 44 116 60
Binary 11011001 10001101 11011 0 100011 1011000 1111 100100 1001110 110000

Color Harmonies of #D98D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98D1B

Black with #D98D1B

Text Example


Text Example

White with #D98D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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