Html Css Color HEX #D99532 Buttercup

📋 copy color: '#D99532'

red 217 ◦ green 149 ◦ blue 50

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

Shades of Buttercup #D99532

Tints of Buttercup #D99532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.82%

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

R = 52.16%
G = 35.82%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D99532 (or 0xD99532) is known color: Buttercup. HEX triplet: D9, 95 and 32. RGB value is (217,149,50). Sum of RGB (Red+Green+Blue) = 217+149+50=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D99532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99532 is #266ACD. Grayscale: #9E9E9E. Windows color (decimal): -2517710 or 3315161. OLE color: 3315161.

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

Color convert

RGB 217 149 50 -
CMYK 0 0.31 0.77 0.15
HSL 35.57º 0.69% 0.52% -
HSV(B) 35.57º 0.77% 0.85% -
XYZ 39.94 36.48 7.95 -
YUV 158.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 217 149 50 0 0.31 0.77 0.15 35.57 0.69 0.52
Hex D9 95 32 0 1F 4D F 24 45 34
Octal 331 225 62 0 37 115 17 44 105 64
Binary 11011001 10010101 110010 0 11111 1001101 1111 100100 1000101 110100

Color Harmonies of #D99532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99532

Black with #D99532

Text Example


Text Example

White with #D99532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99532; }

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

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

background-color css

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

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

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

border-color css

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

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

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