Html Css Color HEX #DC901E Buttercup

📋 copy color: '#DC901E'

red 220 ◦ green 144 ◦ blue 30

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

Shades of Buttercup #DC901E

Tints of Buttercup #DC901E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.61%

R = 55.84%
G = 36.55%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC901E (or 0xDC901E) is known color: Buttercup. HEX triplet: DC, 90 and 1E. RGB value is (220,144,30). Sum of RGB (Red+Green+Blue) = 220+144+30=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC901E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC901E is #236FE1. Grayscale: #9A9A9A. Windows color (decimal): -2322402 or 2003164. OLE color: 2003164.

HSL color Cylindrical-coordinate representation of color #DC901E: hue angle of 36º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC901E is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 30 -
CMYK 0 0.35 0.86 0.14
HSL 36º 0.76% 0.49% -
HSV(B) 36º 0.86% 0.86% -
XYZ 39.72 35.26 5.94 -
YUV 153.73 58.18 175.27 -
System Red Green Blue C M Y K H S L
Decimal 220 144 30 0 0.35 0.86 0.14 36 0.76 0.49
Hex DC 90 1E 0 23 56 E 24 4C 31
Octal 334 220 36 0 43 126 16 44 114 61
Binary 11011100 10010000 11110 0 100011 1010110 1110 100100 1001100 110001

Color Harmonies of #DC901E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC901E

Black with #DC901E

Text Example


Text Example

White with #DC901E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC901E; }

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

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

background-color css

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

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

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

border-color css

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

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

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