Html Css Color HEX #DF9421 Buttercup

📋 copy color: '#DF9421'

red 223 ◦ green 148 ◦ blue 33

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

Shades of Buttercup #DF9421

Tints of Buttercup #DF9421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

 BLUE value IS 33 (13.28% from 255) = 8.17%

R = 55.2%
G = 36.63%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF9421 (or 0xDF9421) is known color: Buttercup. HEX triplet: DF, 94 and 21. RGB value is (223,148,33). Sum of RGB (Red+Green+Blue) = 223+148+33=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF9421 is #206BDE. Grayscale: #9D9D9D. Windows color (decimal): -2124767 or 2200799. OLE color: 2200799.

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

Color convert

RGB 223 148 33 -
CMYK 0 0.34 0.85 0.13
HSL 36.32º 0.75% 0.5% -
HSV(B) 36.32º 0.85% 0.87% -
XYZ 41.3 36.98 6.4 -
YUV 157.32 57.85 174.85 -
System Red Green Blue C M Y K H S L
Decimal 223 148 33 0 0.34 0.85 0.13 36.32 0.75 0.5
Hex DF 94 21 0 22 55 D 24 4B 32
Octal 337 224 41 0 42 125 15 44 113 62
Binary 11011111 10010100 100001 0 100010 1010101 1101 100100 1001011 110010

Color Harmonies of #DF9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9421

Black with #DF9421

Text Example


Text Example

White with #DF9421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9421; }

 p { color: rgb(223,148,33); }

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

background-color css

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

 a { background-color: rgb(223,148,33); }

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

border-color css

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

 span { border-color: rgb(223,148,33); }

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