Html Css Color HEX #DC9329 Buttercup

📋 copy color: '#DC9329'

red 220 ◦ green 147 ◦ blue 41

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

Shades of Buttercup #DC9329

Tints of Buttercup #DC9329

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.03%

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

R = 53.92%
G = 36.03%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9329 (or 0xDC9329) is known color: Buttercup. HEX triplet: DC, 93 and 29. RGB value is (220,147,41). Sum of RGB (Red+Green+Blue) = 220+147+41=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9329 is #236CD6. Grayscale: #9D9D9D. Windows color (decimal): -2321623 or 2724828. OLE color: 2724828.

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

Color convert

RGB 220 147 41 -
CMYK 0 0.33 0.81 0.14
HSL 35.53º 0.72% 0.51% -
HSV(B) 35.53º 0.81% 0.86% -
XYZ 40.35 36.24 6.97 -
YUV 156.74 62.68 173.12 -
System Red Green Blue C M Y K H S L
Decimal 220 147 41 0 0.33 0.81 0.14 35.53 0.72 0.51
Hex DC 93 29 0 21 51 E 24 48 33
Octal 334 223 51 0 41 121 16 44 110 63
Binary 11011100 10010011 101001 0 100001 1010001 1110 100100 1001000 110011

Color Harmonies of #DC9329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9329

Black with #DC9329

Text Example


Text Example

White with #DC9329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9329; }

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

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

background-color css

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

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

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

border-color css

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

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

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