Html Css Color HEX #DF9532 Buttercup

📋 copy color: '#DF9532'

red 223 ◦ green 149 ◦ blue 50

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

Shades of Buttercup #DF9532

Tints of Buttercup #DF9532

RGB

 RED value IS 223 (87.5% from 255) = 52.84%

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

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

R = 52.84%
G = 35.31%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF9532 (or 0xDF9532) is known color: Buttercup. HEX triplet: DF, 95 and 32. RGB value is (223,149,50). Sum of RGB (Red+Green+Blue) = 223+149+50=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9532 is #206ACD. Grayscale: #A0A0A0. Windows color (decimal): -2124494 or 3315167. OLE color: 3315167.

HSL color Cylindrical-coordinate representation of color #DF9532: hue angle of 34.34º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF9532 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 50 -
CMYK 0 0.33 0.78 0.13
HSL 34.34º 0.73% 0.54% -
HSV(B) 34.34º 0.78% 0.87% -
XYZ 41.75 37.41 8.04 -
YUV 159.84 66.02 173.05 -
System Red Green Blue C M Y K H S L
Decimal 223 149 50 0 0.33 0.78 0.13 34.34 0.73 0.54
Hex DF 95 32 0 21 4E D 22 49 36
Octal 337 225 62 0 41 116 15 42 111 66
Binary 11011111 10010101 110010 0 100001 1001110 1101 100010 1001001 110110

Color Harmonies of #DF9532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9532

Black with #DF9532

Text Example


Text Example

White with #DF9532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9532; }

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

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

background-color css

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

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

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

border-color css

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

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

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