Html Css Color HEX #DF942C Buttercup

📋 copy color: '#DF942C'

red 223 ◦ green 148 ◦ blue 44

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

Shades of Buttercup #DF942C

Tints of Buttercup #DF942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.6%

R = 53.73%
G = 35.66%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF942C (or 0xDF942C) is known color: Buttercup. HEX triplet: DF, 94 and 2C. RGB value is (223,148,44). Sum of RGB (Red+Green+Blue) = 223+148+44=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF942C is #206BD3. Grayscale: #9F9F9F. Windows color (decimal): -2124756 or 2921695. OLE color: 2921695.

HSL color Cylindrical-coordinate representation of color #DF942C: hue angle of 34.86º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF942C is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 148 44 -
CMYK 0 0.34 0.80 0.13
HSL 34.86º 0.74% 0.52% -
HSV(B) 34.86º 0.8% 0.87% -
XYZ 41.48 37.05 7.35 -
YUV 158.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 223 148 44 0 0.34 0.80 0.13 34.86 0.74 0.52
Hex DF 94 2C 0 22 50 D 23 4A 34
Octal 337 224 54 0 42 120 15 43 112 64
Binary 11011111 10010100 101100 0 100010 1010000 1101 100011 1001010 110100

Color Harmonies of #DF942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF942C

Black with #DF942C

Text Example


Text Example

White with #DF942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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