Html Css Color HEX #D99328 Buttercup

📋 copy color: '#D99328'

red 217 ◦ green 147 ◦ blue 40

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

Shades of Buttercup #D99328

Tints of Buttercup #D99328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.39%

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

R = 53.71%
G = 36.39%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D99328 (or 0xD99328) is known color: Buttercup. HEX triplet: D9, 93 and 28. RGB value is (217,147,40). Sum of RGB (Red+Green+Blue) = 217+147+40=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D99328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99328 is #266CD7. Grayscale: #9C9C9C. Windows color (decimal): -2518232 or 2659289. OLE color: 2659289.

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

Color convert

RGB 217 147 40 -
CMYK 0 0.32 0.82 0.15
HSL 36.27º 0.7% 0.5% -
HSV(B) 36.27º 0.82% 0.85% -
XYZ 39.43 35.77 6.83 -
YUV 155.73 62.69 171.7 -
System Red Green Blue C M Y K H S L
Decimal 217 147 40 0 0.32 0.82 0.15 36.27 0.7 0.5
Hex D9 93 28 0 20 52 F 24 46 32
Octal 331 223 50 0 40 122 17 44 106 62
Binary 11011001 10010011 101000 0 100000 1010010 1111 100100 1000110 110010

Color Harmonies of #D99328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99328

Black with #D99328

Text Example


Text Example

White with #D99328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99328; }

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

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

background-color css

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

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

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

border-color css

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

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

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