Html Css Color HEX #DC901A Buttercup

📋 copy color: '#DC901A'

red 220 ◦ green 144 ◦ blue 26

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

Shades of Buttercup #DC901A

Tints of Buttercup #DC901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.92%

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

R = 56.41%
G = 36.92%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC901A (or 0xDC901A) is known color: Buttercup. HEX triplet: DC, 90 and 1A. RGB value is (220,144,26). Sum of RGB (Red+Green+Blue) = 220+144+26=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC901A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC901A is #236FE5. Grayscale: #999999. Windows color (decimal): -2322406 or 1741020. OLE color: 1741020.

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

Color convert

RGB 220 144 26 -
CMYK 0 0.35 0.88 0.14
HSL 36.49º 0.79% 0.48% -
HSV(B) 36.49º 0.88% 0.86% -
XYZ 39.67 35.24 5.69 -
YUV 153.27 56.18 175.59 -
System Red Green Blue C M Y K H S L
Decimal 220 144 26 0 0.35 0.88 0.14 36.49 0.79 0.48
Hex DC 90 1A 0 23 58 E 24 4F 30
Octal 334 220 32 0 43 130 16 44 117 60
Binary 11011100 10010000 11010 0 100011 1011000 1110 100100 1001111 110000

Color Harmonies of #DC901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC901A

Black with #DC901A

Text Example


Text Example

White with #DC901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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