Html Css Color HEX #D99A32 Buttercup

📋 copy color: '#D99A32'

red 217 ◦ green 154 ◦ blue 50

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

Shades of Buttercup #D99A32

Tints of Buttercup #D99A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.58%

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

R = 51.54%
G = 36.58%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D99A32 (or 0xD99A32) is known color: Buttercup. HEX triplet: D9, 9A and 32. RGB value is (217,154,50). Sum of RGB (Red+Green+Blue) = 217+154+50=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A32 is #2665CD. Grayscale: #A1A1A1. Windows color (decimal): -2516430 or 3316441. OLE color: 3316441.

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

Color convert

RGB 217 154 50 -
CMYK 0 0.29 0.77 0.15
HSL 37.37º 0.69% 0.52% -
HSV(B) 37.37º 0.77% 0.85% -
XYZ 40.75 38.09 8.22 -
YUV 160.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 217 154 50 0 0.29 0.77 0.15 37.37 0.69 0.52
Hex D9 9A 32 0 1D 4D F 25 45 34
Octal 331 232 62 0 35 115 17 45 105 64
Binary 11011001 10011010 110010 0 11101 1001101 1111 100101 1000101 110100

Color Harmonies of #D99A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99A32

Black with #D99A32

Text Example


Text Example

White with #D99A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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