Html Css Color HEX #DC982F Buttercup

📋 copy color: '#DC982F'

red 220 ◦ green 152 ◦ blue 47

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

Shades of Buttercup #DC982F

Tints of Buttercup #DC982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.22%

R = 52.51%
G = 36.28%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC982F (or 0xDC982F) is known color: Buttercup. HEX triplet: DC, 98 and 2F. RGB value is (220,152,47). Sum of RGB (Red+Green+Blue) = 220+152+47=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC982F is #2367D0. Grayscale: #A0A0A0. Windows color (decimal): -2320337 or 3119324. OLE color: 3119324.

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

Color convert

RGB 220 152 47 -
CMYK 0 0.31 0.79 0.14
HSL 36.42º 0.71% 0.52% -
HSV(B) 36.42º 0.79% 0.86% -
XYZ 41.26 37.88 7.83 -
YUV 160.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 220 152 47 0 0.31 0.79 0.14 36.42 0.71 0.52
Hex DC 98 2F 0 1F 4F E 24 47 34
Octal 334 230 57 0 37 117 16 44 107 64
Binary 11011100 10011000 101111 0 11111 1001111 1110 100100 1000111 110100

Color Harmonies of #DC982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC982F

Black with #DC982F

Text Example


Text Example

White with #DC982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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