Html Css Color HEX #D99120 Buttercup

📋 copy color: '#D99120'

red 217 ◦ green 145 ◦ blue 32

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

Shades of Buttercup #D99120

Tints of Buttercup #D99120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

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

R = 55.08%
G = 36.8%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D99120 (or 0xD99120) is known color: Buttercup. HEX triplet: D9, 91 and 20. RGB value is (217,145,32). Sum of RGB (Red+Green+Blue) = 217+145+32=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D99120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99120 is #266EDF. Grayscale: #9A9A9A. Windows color (decimal): -2518752 or 2134489. OLE color: 2134489.

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

Color convert

RGB 217 145 32 -
CMYK 0 0.33 0.85 0.15
HSL 36.65º 0.74% 0.49% -
HSV(B) 36.65º 0.85% 0.85% -
XYZ 39 35.11 6.09 -
YUV 153.65 59.35 173.19 -
System Red Green Blue C M Y K H S L
Decimal 217 145 32 0 0.33 0.85 0.15 36.65 0.74 0.49
Hex D9 91 20 0 21 55 F 25 4A 31
Octal 331 221 40 0 41 125 17 45 112 61
Binary 11011001 10010001 100000 0 100001 1010101 1111 100101 1001010 110001

Color Harmonies of #D99120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99120

Black with #D99120

Text Example


Text Example

White with #D99120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99120; }

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

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

background-color css

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

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

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

border-color css

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

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

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