Html Css Color HEX #D98520 Buttercup

📋 copy color: '#D98520'

red 217 ◦ green 133 ◦ blue 32

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

Shades of Buttercup #D98520

Tints of Buttercup #D98520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 32 (12.89% from 255) = 8.38%

R = 56.81%
G = 34.82%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D98520 (or 0xD98520) is known color: Buttercup. HEX triplet: D9, 85 and 20. RGB value is (217,133,32). Sum of RGB (Red+Green+Blue) = 217+133+32=382 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.81% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 217 - color contains mainly: red. Hex color #D98520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98520 is #267ADF. Grayscale: #939393. Windows color (decimal): -2521824 or 2131417. OLE color: 2131417.

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

Color convert

RGB 217 133 32 -
CMYK 0 0.39 0.85 0.15
HSL 32.76º 0.74% 0.49% -
HSV(B) 32.76º 0.85% 0.85% -
XYZ 37.26 31.63 5.51 -
YUV 146.6 63.33 178.21 -
System Red Green Blue C M Y K H S L
Decimal 217 133 32 0 0.39 0.85 0.15 32.76 0.74 0.49
Hex D9 85 20 0 27 55 F 21 4A 31
Octal 331 205 40 0 47 125 17 41 112 61
Binary 11011001 10000101 100000 0 100111 1010101 1111 100001 1001010 110001

Color Harmonies of #D98520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98520

Black with #D98520

Text Example


Text Example

White with #D98520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98520; }

 p { color: rgb(217,133,32); }

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

background-color css

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

 a { background-color: rgb(217,133,32); }

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

border-color css

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

 span { border-color: rgb(217,133,32); }

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