Html Css Color HEX #DC942F Buttercup

📋 copy color: '#DC942F'

red 220 ◦ green 148 ◦ blue 47

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

Shades of Buttercup #DC942F

Tints of Buttercup #DC942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 53.01%
G = 35.66%
B = 11.33%

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

#DC942F (or 0xDC942F) is known color: Buttercup. HEX triplet: DC, 94 and 2F. RGB value is (220,148,47). Sum of RGB (Red+Green+Blue) = 220+148+47=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC942F is #236BD0. Grayscale: #9E9E9E. Windows color (decimal): -2321361 or 3118300. OLE color: 3118300.

HSL color Cylindrical-coordinate representation of color #DC942F: hue angle of 35.03º 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 #DC942F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 47 -
CMYK 0 0.33 0.79 0.14
HSL 35.03º 0.71% 0.52% -
HSV(B) 35.03º 0.79% 0.86% -
XYZ 40.62 36.6 7.61 -
YUV 158.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 220 148 47 0 0.33 0.79 0.14 35.03 0.71 0.52
Hex DC 94 2F 0 21 4F E 23 47 34
Octal 334 224 57 0 41 117 16 43 107 64
Binary 11011100 10010100 101111 0 100001 1001111 1110 100011 1000111 110100

Color Harmonies of #DC942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC942F

Black with #DC942F

Text Example


Text Example

White with #DC942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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