Html Css Color HEX #DF9320 Buttercup

📋 copy color: '#DF9320'

red 223 ◦ green 147 ◦ blue 32

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

Shades of Buttercup #DF9320

Tints of Buttercup #DF9320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 32 (12.89% from 255) = 7.96%

R = 55.47%
G = 36.57%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF9320 (or 0xDF9320) is known color: Buttercup. HEX triplet: DF, 93 and 20. RGB value is (223,147,32). Sum of RGB (Red+Green+Blue) = 223+147+32=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9320 is #206CDF. Grayscale: #9D9D9D. Windows color (decimal): -2125024 or 2135007. OLE color: 2135007.

HSL color Cylindrical-coordinate representation of color #DF9320: hue angle of 36.13º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF9320 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 147 32 -
CMYK 0 0.34 0.86 0.13
HSL 36.13º 0.75% 0.5% -
HSV(B) 36.13º 0.86% 0.87% -
XYZ 41.13 36.66 6.27 -
YUV 156.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 223 147 32 0 0.34 0.86 0.13 36.13 0.75 0.5
Hex DF 93 20 0 22 56 D 24 4B 32
Octal 337 223 40 0 42 126 15 44 113 62
Binary 11011111 10010011 100000 0 100010 1010110 1101 100100 1001011 110010

Color Harmonies of #DF9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9320

Black with #DF9320

Text Example


Text Example

White with #DF9320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9320; }

 p { color: rgb(223,147,32); }

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

background-color css

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

 a { background-color: rgb(223,147,32); }

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

border-color css

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

 span { border-color: rgb(223,147,32); }

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