Html Css Color HEX #DF942A Buttercup

📋 copy color: '#DF942A'

red 223 ◦ green 148 ◦ blue 42

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

Shades of Buttercup #DF942A

Tints of Buttercup #DF942A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 54%
G = 35.84%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF942A (or 0xDF942A) is known color: Buttercup. HEX triplet: DF, 94 and 2A. RGB value is (223,148,42). Sum of RGB (Red+Green+Blue) = 223+148+42=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF942A is #206BD5. Grayscale: #9E9E9E. Windows color (decimal): -2124758 or 2790623. OLE color: 2790623.

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

Color convert

RGB 223 148 42 -
CMYK 0 0.34 0.81 0.13
HSL 35.14º 0.74% 0.52% -
HSV(B) 35.14º 0.81% 0.87% -
XYZ 41.44 37.03 7.15 -
YUV 158.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 223 148 42 0 0.34 0.81 0.13 35.14 0.74 0.52
Hex DF 94 2A 0 22 51 D 23 4A 34
Octal 337 224 52 0 42 121 15 43 112 64
Binary 11011111 10010100 101010 0 100010 1010001 1101 100011 1001010 110100

Color Harmonies of #DF942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF942A

Black with #DF942A

Text Example


Text Example

White with #DF942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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