Html Css Color HEX #D98B16 Buttercup

📋 copy color: '#D98B16'

red 217 ◦ green 139 ◦ blue 22

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

Shades of Buttercup #D98B16

Tints of Buttercup #D98B16

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.77%

 BLUE value IS 22 (8.98% from 255) = 5.82%

R = 57.41%
G = 36.77%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D98B16 (or 0xD98B16) is known color: Buttercup. HEX triplet: D9, 8B and 16. RGB value is (217,139,22). Sum of RGB (Red+Green+Blue) = 217+139+22=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D98B16 is #2674E9. Grayscale: #959595. Windows color (decimal): -2520298 or 1477593. OLE color: 1477593.

HSL color Cylindrical-coordinate representation of color #D98B16: hue angle of 36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D98B16 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 139 22 -
CMYK 0 0.36 0.90 0.15
HSL 36º 0.82% 0.47% -
HSV(B) 36º 0.9% 0.85% -
XYZ 37.99 33.27 5.18 -
YUV 148.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 217 139 22 0 0.36 0.90 0.15 36 0.82 0.47
Hex D9 8B 16 0 24 5A F 24 52 2F
Octal 331 213 26 0 44 132 17 44 122 57
Binary 11011001 10001011 10110 0 100100 1011010 1111 100100 1010010 101111

Color Harmonies of #D98B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98B16

Black with #D98B16

Text Example


Text Example

White with #D98B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98B16; }

 p { color: rgb(217,139,22); }

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

background-color css

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

 a { background-color: rgb(217,139,22); }

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

border-color css

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

 span { border-color: rgb(217,139,22); }

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