Html Css Color HEX #DC981C Buttercup

📋 copy color: '#DC981C'

red 220 ◦ green 152 ◦ blue 28

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

Shades of Buttercup #DC981C

Tints of Buttercup #DC981C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38%

 BLUE value IS 28 (11.33% from 255) = 7%

R = 55%
G = 38%
B = 7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC981C (or 0xDC981C) is known color: Buttercup. HEX triplet: DC, 98 and 1C. RGB value is (220,152,28). Sum of RGB (Red+Green+Blue) = 220+152+28=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC981C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC981C is #2367E3. Grayscale: #9E9E9E. Windows color (decimal): -2320356 or 1874140. OLE color: 1874140.

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

Color convert

RGB 220 152 28 -
CMYK 0 0.31 0.87 0.14
HSL 38.75º 0.77% 0.49% -
HSV(B) 38.75º 0.87% 0.86% -
XYZ 40.95 37.76 6.23 -
YUV 158.2 54.53 172.08 -
System Red Green Blue C M Y K H S L
Decimal 220 152 28 0 0.31 0.87 0.14 38.75 0.77 0.49
Hex DC 98 1C 0 1F 57 E 27 4D 31
Octal 334 230 34 0 37 127 16 47 115 61
Binary 11011100 10011000 11100 0 11111 1010111 1110 100111 1001101 110001

Color Harmonies of #DC981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC981C

Black with #DC981C

Text Example


Text Example

White with #DC981C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC981C; }

 p { color: rgb(220,152,28); }

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

background-color css

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

 a { background-color: rgb(220,152,28); }

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

border-color css

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

 span { border-color: rgb(220,152,28); }

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