Html Css Color HEX #DC9F29 Buttercup

📋 copy color: '#DC9F29'

red 220 ◦ green 159 ◦ blue 41

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

Shades of Buttercup #DC9F29

Tints of Buttercup #DC9F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.76%

R = 52.38%
G = 37.86%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9F29 (or 0xDC9F29) is known color: Buttercup. HEX triplet: DC, 9F and 29. RGB value is (220,159,41). Sum of RGB (Red+Green+Blue) = 220+159+41=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9F29 is #2360D6. Grayscale: #A4A4A4. Windows color (decimal): -2318551 or 2727900. OLE color: 2727900.

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

Color convert

RGB 220 159 41 -
CMYK 0 0.28 0.81 0.14
HSL 39.55º 0.72% 0.51% -
HSV(B) 39.55º 0.81% 0.86% -
XYZ 42.31 40.17 7.62 -
YUV 163.79 58.71 168.09 -
System Red Green Blue C M Y K H S L
Decimal 220 159 41 0 0.28 0.81 0.14 39.55 0.72 0.51
Hex DC 9F 29 0 1C 51 E 28 48 33
Octal 334 237 51 0 34 121 16 50 110 63
Binary 11011100 10011111 101001 0 11100 1010001 1110 101000 1001000 110011

Color Harmonies of #DC9F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F29

Black with #DC9F29

Text Example


Text Example

White with #DC9F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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