Html Css Color HEX #DC942B Buttercup

📋 copy color: '#DC942B'

red 220 ◦ green 148 ◦ blue 43

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

Shades of Buttercup #DC942B

Tints of Buttercup #DC942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 53.53%
G = 36.01%
B = 10.46%

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

#DC942B (or 0xDC942B) is known color: Buttercup. HEX triplet: DC, 94 and 2B. RGB value is (220,148,43). Sum of RGB (Red+Green+Blue) = 220+148+43=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC942B is #236BD4. Grayscale: #9E9E9E. Windows color (decimal): -2321365 or 2856156. OLE color: 2856156.

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

Color convert

RGB 220 148 43 -
CMYK 0 0.33 0.80 0.14
HSL 35.59º 0.72% 0.52% -
HSV(B) 35.59º 0.8% 0.86% -
XYZ 40.54 36.57 7.21 -
YUV 157.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 220 148 43 0 0.33 0.80 0.14 35.59 0.72 0.52
Hex DC 94 2B 0 21 50 E 24 48 34
Octal 334 224 53 0 41 120 16 44 110 64
Binary 11011100 10010100 101011 0 100001 1010000 1110 100100 1001000 110100

Color Harmonies of #DC942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC942B

Black with #DC942B

Text Example


Text Example

White with #DC942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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