Html Css Color HEX #DC981D Buttercup

📋 copy color: '#DC981D'

red 220 ◦ green 152 ◦ blue 29

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

Shades of Buttercup #DC981D

Tints of Buttercup #DC981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 54.86%
G = 37.91%
B = 7.23%

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

#DC981D (or 0xDC981D) is known color: Buttercup. HEX triplet: DC, 98 and 1D. RGB value is (220,152,29). Sum of RGB (Red+Green+Blue) = 220+152+29=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC981D is #2367E2. Grayscale: #9E9E9E. Windows color (decimal): -2320355 or 1939676. OLE color: 1939676.

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

Color convert

RGB 220 152 29 -
CMYK 0 0.31 0.87 0.14
HSL 38.64º 0.77% 0.49% -
HSV(B) 38.64º 0.87% 0.86% -
XYZ 40.97 37.76 6.29 -
YUV 158.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 220 152 29 0 0.31 0.87 0.14 38.64 0.77 0.49
Hex DC 98 1D 0 1F 57 E 27 4D 31
Octal 334 230 35 0 37 127 16 47 115 61
Binary 11011100 10011000 11101 0 11111 1010111 1110 100111 1001101 110001

Color Harmonies of #DC981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC981D

Black with #DC981D

Text Example


Text Example

White with #DC981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC981D; }

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

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

background-color css

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

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

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

border-color css

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

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

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