Html Css Color HEX #DC901B Buttercup

📋 copy color: '#DC901B'

red 220 ◦ green 144 ◦ blue 27

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

Shades of Buttercup #DC901B

Tints of Buttercup #DC901B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.91%

R = 56.27%
G = 36.83%
B = 6.91%

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

#DC901B (or 0xDC901B) is known color: Buttercup. HEX triplet: DC, 90 and 1B. RGB value is (220,144,27). Sum of RGB (Red+Green+Blue) = 220+144+27=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC901B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC901B is #236FE4. Grayscale: #999999. Windows color (decimal): -2322405 or 1806556. OLE color: 1806556.

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

Color convert

RGB 220 144 27 -
CMYK 0 0.35 0.88 0.14
HSL 36.37º 0.78% 0.48% -
HSV(B) 36.37º 0.88% 0.86% -
XYZ 39.69 35.24 5.75 -
YUV 153.39 56.68 175.51 -
System Red Green Blue C M Y K H S L
Decimal 220 144 27 0 0.35 0.88 0.14 36.37 0.78 0.48
Hex DC 90 1B 0 23 58 E 24 4E 30
Octal 334 220 33 0 43 130 16 44 116 60
Binary 11011100 10010000 11011 0 100011 1011000 1110 100100 1001110 110000

Color Harmonies of #DC901B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC901B

Black with #DC901B

Text Example


Text Example

White with #DC901B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC901B; }

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

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

background-color css

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

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

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

border-color css

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

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

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