Html Css Color HEX #DC9F31 Buttercup

📋 copy color: '#DC9F31'

red 220 ◦ green 159 ◦ blue 49

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

Shades of Buttercup #DC9F31

Tints of Buttercup #DC9F31

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 49 (19.53% from 255) = 11.45%

R = 51.4%
G = 37.15%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC9F31 (or 0xDC9F31) is known color: Buttercup. HEX triplet: DC, 9F and 31. RGB value is (220,159,49). Sum of RGB (Red+Green+Blue) = 220+159+49=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F31 is #2360CE. Grayscale: #A5A5A5. Windows color (decimal): -2318543 or 3252188. OLE color: 3252188.

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

Color convert

RGB 220 159 49 -
CMYK 0 0.28 0.78 0.14
HSL 38.6º 0.71% 0.53% -
HSV(B) 38.6º 0.78% 0.86% -
XYZ 42.47 40.23 8.43 -
YUV 164.7 62.71 167.44 -
System Red Green Blue C M Y K H S L
Decimal 220 159 49 0 0.28 0.78 0.14 38.6 0.71 0.53
Hex DC 9F 31 0 1C 4E E 27 47 35
Octal 334 237 61 0 34 116 16 47 107 65
Binary 11011100 10011111 110001 0 11100 1001110 1110 100111 1000111 110101

Color Harmonies of #DC9F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F31

Black with #DC9F31

Text Example


Text Example

White with #DC9F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F31; }

 p { color: rgb(220,159,49); }

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

background-color css

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

 a { background-color: rgb(220,159,49); }

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

border-color css

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

 span { border-color: rgb(220,159,49); }

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