Html Css Color HEX #DF942E Buttercup

📋 copy color: '#DF942E'

red 223 ◦ green 148 ◦ blue 46

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

Shades of Buttercup #DF942E

Tints of Buttercup #DF942E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 53.48%
G = 35.49%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF942E (or 0xDF942E) is known color: Buttercup. HEX triplet: DF, 94 and 2E. RGB value is (223,148,46). Sum of RGB (Red+Green+Blue) = 223+148+46=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF942E is #206BD1. Grayscale: #9F9F9F. Windows color (decimal): -2124754 or 3052767. OLE color: 3052767.

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

Color convert

RGB 223 148 46 -
CMYK 0 0.34 0.79 0.13
HSL 34.58º 0.73% 0.53% -
HSV(B) 34.58º 0.79% 0.87% -
XYZ 41.51 37.07 7.55 -
YUV 158.8 64.35 173.79 -
System Red Green Blue C M Y K H S L
Decimal 223 148 46 0 0.34 0.79 0.13 34.58 0.73 0.53
Hex DF 94 2E 0 22 4F D 23 49 35
Octal 337 224 56 0 42 117 15 43 111 65
Binary 11011111 10010100 101110 0 100010 1001111 1101 100011 1001001 110101

Color Harmonies of #DF942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF942E

Black with #DF942E

Text Example


Text Example

White with #DF942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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