Html Css Color HEX #D98A20 Buttercup

📋 copy color: '#D98A20'

red 217 ◦ green 138 ◦ blue 32

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

Shades of Buttercup #D98A20

Tints of Buttercup #D98A20

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

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

R = 56.07%
G = 35.66%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D98A20 (or 0xD98A20) is known color: Buttercup. HEX triplet: D9, 8A and 20. RGB value is (217,138,32). Sum of RGB (Red+Green+Blue) = 217+138+32=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98A20 is #2675DF. Grayscale: #969696. Windows color (decimal): -2520544 or 2132697. OLE color: 2132697.

HSL color Cylindrical-coordinate representation of color #D98A20: hue angle of 34.38º 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 #D98A20 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 138 32 -
CMYK 0 0.36 0.85 0.15
HSL 34.38º 0.74% 0.49% -
HSV(B) 34.38º 0.85% 0.85% -
XYZ 37.96 33.03 5.74 -
YUV 149.54 61.67 176.12 -
System Red Green Blue C M Y K H S L
Decimal 217 138 32 0 0.36 0.85 0.15 34.38 0.74 0.49
Hex D9 8A 20 0 24 55 F 22 4A 31
Octal 331 212 40 0 44 125 17 42 112 61
Binary 11011001 10001010 100000 0 100100 1010101 1111 100010 1001010 110001

Color Harmonies of #D98A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98A20

Black with #D98A20

Text Example


Text Example

White with #D98A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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