Html Css Color HEX #DC941A Buttercup

📋 copy color: '#DC941A'

red 220 ◦ green 148 ◦ blue 26

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

Shades of Buttercup #DC941A

Tints of Buttercup #DC941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.6%

R = 55.84%
G = 37.56%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC941A (or 0xDC941A) is known color: Buttercup. HEX triplet: DC, 94 and 1A. RGB value is (220,148,26). Sum of RGB (Red+Green+Blue) = 220+148+26=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC941A is #236BE5. Grayscale: #9C9C9C. Windows color (decimal): -2321382 or 1742044. OLE color: 1742044.

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

Color convert

RGB 220 148 26 -
CMYK 0 0.33 0.88 0.14
HSL 37.73º 0.79% 0.48% -
HSV(B) 37.73º 0.88% 0.86% -
XYZ 40.29 36.47 5.89 -
YUV 155.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 220 148 26 0 0.33 0.88 0.14 37.73 0.79 0.48
Hex DC 94 1A 0 21 58 E 26 4F 30
Octal 334 224 32 0 41 130 16 46 117 60
Binary 11011100 10010100 11010 0 100001 1011000 1110 100110 1001111 110000

Color Harmonies of #DC941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC941A

Black with #DC941A

Text Example


Text Example

White with #DC941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC941A; }

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

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

background-color css

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

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

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

border-color css

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

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

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