Html Css Color HEX #D99C32 Buttercup

📋 copy color: '#D99C32'

red 217 ◦ green 156 ◦ blue 50

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

Shades of Buttercup #D99C32

Tints of Buttercup #D99C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.88%

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

R = 51.3%
G = 36.88%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D99C32 (or 0xD99C32) is known color: Buttercup. HEX triplet: D9, 9C and 32. RGB value is (217,156,50). Sum of RGB (Red+Green+Blue) = 217+156+50=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99C32 is #2663CD. Grayscale: #A2A2A2. Windows color (decimal): -2515918 or 3316953. OLE color: 3316953.

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

Color convert

RGB 217 156 50 -
CMYK 0 0.28 0.77 0.15
HSL 38.08º 0.69% 0.52% -
HSV(B) 38.08º 0.77% 0.85% -
XYZ 41.08 38.76 8.33 -
YUV 162.16 64.71 167.12 -
System Red Green Blue C M Y K H S L
Decimal 217 156 50 0 0.28 0.77 0.15 38.08 0.69 0.52
Hex D9 9C 32 0 1C 4D F 26 45 34
Octal 331 234 62 0 34 115 17 46 105 64
Binary 11011001 10011100 110010 0 11100 1001101 1111 100110 1000101 110100

Color Harmonies of #D99C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99C32

Black with #D99C32

Text Example


Text Example

White with #D99C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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