Html Css Color HEX #D99528 Buttercup

📋 copy color: '#D99528'

red 217 ◦ green 149 ◦ blue 40

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

Shades of Buttercup #D99528

Tints of Buttercup #D99528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

 BLUE value IS 40 (16.02% from 255) = 9.85%

R = 53.45%
G = 36.7%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D99528 (or 0xD99528) is known color: Buttercup. HEX triplet: D9, 95 and 28. RGB value is (217,149,40). Sum of RGB (Red+Green+Blue) = 217+149+40=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 40 (16.02% from 255 or 9.85% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D99528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99528 is #266AD7. Grayscale: #9D9D9D. Windows color (decimal): -2517720 or 2659801. OLE color: 2659801.

HSL color Cylindrical-coordinate representation of color #D99528: hue angle of 36.95º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D99528 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 149 40 -
CMYK 0 0.31 0.82 0.15
HSL 36.95º 0.7% 0.5% -
HSV(B) 36.95º 0.82% 0.85% -
XYZ 39.75 36.4 6.94 -
YUV 156.91 62.03 170.86 -
System Red Green Blue C M Y K H S L
Decimal 217 149 40 0 0.31 0.82 0.15 36.95 0.7 0.5
Hex D9 95 28 0 1F 52 F 25 46 32
Octal 331 225 50 0 37 122 17 45 106 62
Binary 11011001 10010101 101000 0 11111 1010010 1111 100101 1000110 110010

Color Harmonies of #D99528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99528

Black with #D99528

Text Example


Text Example

White with #D99528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99528; }

 p { color: rgb(217,149,40); }

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

background-color css

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

 a { background-color: rgb(217,149,40); }

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

border-color css

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

 span { border-color: rgb(217,149,40); }

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