Html Css Color HEX #D99E32 Buttercup

📋 copy color: '#D99E32'

red 217 ◦ green 158 ◦ blue 50

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

Shades of Buttercup #D99E32

Tints of Buttercup #D99E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 50 (19.92% from 255) = 11.76%

R = 51.06%
G = 37.18%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D99E32 (or 0xD99E32) is known color: Buttercup. HEX triplet: D9, 9E and 32. RGB value is (217,158,50). Sum of RGB (Red+Green+Blue) = 217+158+50=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E32 is #2661CD. Grayscale: #A3A3A3. Windows color (decimal): -2515406 or 3317465. OLE color: 3317465.

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

Color convert

RGB 217 158 50 -
CMYK 0 0.27 0.77 0.15
HSL 38.8º 0.69% 0.52% -
HSV(B) 38.8º 0.77% 0.85% -
XYZ 41.42 39.44 8.45 -
YUV 163.33 64.05 166.28 -
System Red Green Blue C M Y K H S L
Decimal 217 158 50 0 0.27 0.77 0.15 38.8 0.69 0.52
Hex D9 9E 32 0 1B 4D F 27 45 34
Octal 331 236 62 0 33 115 17 47 105 64
Binary 11011001 10011110 110010 0 11011 1001101 1111 100111 1000101 110100

Color Harmonies of #D99E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99E32

Black with #D99E32

Text Example


Text Example

White with #D99E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99E32; }

 p { color: rgb(217,158,50); }

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

background-color css

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

 a { background-color: rgb(217,158,50); }

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

border-color css

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

 span { border-color: rgb(217,158,50); }

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