Html Css Color HEX #DC942E Buttercup

📋 copy color: '#DC942E'

red 220 ◦ green 148 ◦ blue 46

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

Shades of Buttercup #DC942E

Tints of Buttercup #DC942E

RGB

 RED value IS 220 (86.33% from 255) = 53.14%

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

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

R = 53.14%
G = 35.75%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC942E (or 0xDC942E) is known color: Buttercup. HEX triplet: DC, 94 and 2E. RGB value is (220,148,46). Sum of RGB (Red+Green+Blue) = 220+148+46=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC942E is #236BD1. Grayscale: #9E9E9E. Windows color (decimal): -2321362 or 3052764. OLE color: 3052764.

HSL color Cylindrical-coordinate representation of color #DC942E: hue angle of 35.17º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC942E is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 46 -
CMYK 0 0.33 0.79 0.14
HSL 35.17º 0.71% 0.52% -
HSV(B) 35.17º 0.79% 0.86% -
XYZ 40.6 36.59 7.51 -
YUV 157.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 220 148 46 0 0.33 0.79 0.14 35.17 0.71 0.52
Hex DC 94 2E 0 21 4F E 23 47 34
Octal 334 224 56 0 41 117 16 43 107 64
Binary 11011100 10010100 101110 0 100001 1001111 1110 100011 1000111 110100

Color Harmonies of #DC942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC942E

Black with #DC942E

Text Example


Text Example

White with #DC942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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