Html Css Color HEX #D99020 Buttercup

📋 copy color: '#D99020'

red 217 ◦ green 144 ◦ blue 32

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

Shades of Buttercup #D99020

Tints of Buttercup #D99020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

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

R = 55.22%
G = 36.64%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D99020 (or 0xD99020) is known color: Buttercup. HEX triplet: D9, 90 and 20. RGB value is (217,144,32). Sum of RGB (Red+Green+Blue) = 217+144+32=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D99020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99020 is #266FDF. Grayscale: #999999. Windows color (decimal): -2519008 or 2134233. OLE color: 2134233.

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

Color convert

RGB 217 144 32 -
CMYK 0 0.34 0.85 0.15
HSL 36.32º 0.74% 0.49% -
HSV(B) 36.32º 0.85% 0.85% -
XYZ 38.85 34.8 6.04 -
YUV 153.06 59.68 173.61 -
System Red Green Blue C M Y K H S L
Decimal 217 144 32 0 0.34 0.85 0.15 36.32 0.74 0.49
Hex D9 90 20 0 22 55 F 24 4A 31
Octal 331 220 40 0 42 125 17 44 112 61
Binary 11011001 10010000 100000 0 100010 1010101 1111 100100 1001010 110001

Color Harmonies of #D99020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99020

Black with #D99020

Text Example


Text Example

White with #D99020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99020; }

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

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

background-color css

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

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

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

border-color css

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

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

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