Html Css Color HEX #DC942A Buttercup

📋 copy color: '#DC942A'

red 220 ◦ green 148 ◦ blue 42

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

Shades of Buttercup #DC942A

Tints of Buttercup #DC942A

RGB

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

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

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

R = 53.66%
G = 36.1%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC942A (or 0xDC942A) is known color: Buttercup. HEX triplet: DC, 94 and 2A. RGB value is (220,148,42). Sum of RGB (Red+Green+Blue) = 220+148+42=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC942A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC942A is #236BD5. Grayscale: #9D9D9D. Windows color (decimal): -2321366 or 2790620. OLE color: 2790620.

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

Color convert

RGB 220 148 42 -
CMYK 0 0.33 0.81 0.14
HSL 35.73º 0.72% 0.51% -
HSV(B) 35.73º 0.81% 0.86% -
XYZ 40.52 36.56 7.11 -
YUV 157.44 62.85 172.62 -
System Red Green Blue C M Y K H S L
Decimal 220 148 42 0 0.33 0.81 0.14 35.73 0.72 0.51
Hex DC 94 2A 0 21 51 E 24 48 33
Octal 334 224 52 0 41 121 16 44 110 63
Binary 11011100 10010100 101010 0 100001 1010001 1110 100100 1001000 110011

Color Harmonies of #DC942A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC942A

Black with #DC942A

Text Example


Text Example

White with #DC942A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC942A; }

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

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

background-color css

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

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

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

border-color css

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

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

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