Html Css Color HEX #D99331 Buttercup

📋 copy color: '#D99331'

red 217 ◦ green 147 ◦ blue 49

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

Shades of Buttercup #D99331

Tints of Buttercup #D99331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.86%

R = 52.54%
G = 35.59%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D99331 (or 0xD99331) is known color: Buttercup. HEX triplet: D9, 93 and 31. RGB value is (217,147,49). Sum of RGB (Red+Green+Blue) = 217+147+49=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D99331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99331 is #266CCE. Grayscale: #9D9D9D. Windows color (decimal): -2518223 or 3249113. OLE color: 3249113.

HSL color Cylindrical-coordinate representation of color #D99331: hue angle of 35º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D99331 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 49 -
CMYK 0 0.32 0.77 0.15
HSL 35º 0.69% 0.52% -
HSV(B) 35º 0.77% 0.85% -
XYZ 39.6 35.84 7.74 -
YUV 156.76 67.19 170.97 -
System Red Green Blue C M Y K H S L
Decimal 217 147 49 0 0.32 0.77 0.15 35 0.69 0.52
Hex D9 93 31 0 20 4D F 23 45 34
Octal 331 223 61 0 40 115 17 43 105 64
Binary 11011001 10010011 110001 0 100000 1001101 1111 100011 1000101 110100

Color Harmonies of #D99331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99331

Black with #D99331

Text Example


Text Example

White with #D99331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99331; }

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

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

background-color css

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

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

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

border-color css

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

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

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