Html Css Color HEX #DC942D Buttercup

📋 copy color: '#DC942D'

red 220 ◦ green 148 ◦ blue 45

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

Shades of Buttercup #DC942D

Tints of Buttercup #DC942D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 53.27%
G = 35.84%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC942D (or 0xDC942D) is known color: Buttercup. HEX triplet: DC, 94 and 2D. RGB value is (220,148,45). Sum of RGB (Red+Green+Blue) = 220+148+45=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC942D is #236BD2. Grayscale: #9E9E9E. Windows color (decimal): -2321363 or 2987228. OLE color: 2987228.

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

Color convert

RGB 220 148 45 -
CMYK 0 0.33 0.80 0.14
HSL 35.31º 0.71% 0.52% -
HSV(B) 35.31º 0.8% 0.86% -
XYZ 40.58 36.58 7.41 -
YUV 157.79 64.35 172.38 -
System Red Green Blue C M Y K H S L
Decimal 220 148 45 0 0.33 0.80 0.14 35.31 0.71 0.52
Hex DC 94 2D 0 21 50 E 23 47 34
Octal 334 224 55 0 41 120 16 43 107 64
Binary 11011100 10010100 101101 0 100001 1010000 1110 100011 1000111 110100

Color Harmonies of #DC942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC942D

Black with #DC942D

Text Example


Text Example

White with #DC942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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