Html Css Color HEX #DC9328 Buttercup

📋 copy color: '#DC9328'

red 220 ◦ green 147 ◦ blue 40

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

Shades of Buttercup #DC9328

Tints of Buttercup #DC9328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 54.05%
G = 36.12%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9328 (or 0xDC9328) is known color: Buttercup. HEX triplet: DC, 93 and 28. RGB value is (220,147,40). Sum of RGB (Red+Green+Blue) = 220+147+40=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9328 is #236CD7. Grayscale: #9D9D9D. Windows color (decimal): -2321624 or 2659292. OLE color: 2659292.

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

Color convert

RGB 220 147 40 -
CMYK 0 0.33 0.82 0.14
HSL 35.67º 0.72% 0.51% -
HSV(B) 35.67º 0.82% 0.86% -
XYZ 40.33 36.24 6.88 -
YUV 156.63 62.18 173.2 -
System Red Green Blue C M Y K H S L
Decimal 220 147 40 0 0.33 0.82 0.14 35.67 0.72 0.51
Hex DC 93 28 0 21 52 E 24 48 33
Octal 334 223 50 0 41 122 16 44 110 63
Binary 11011100 10010011 101000 0 100001 1010010 1110 100100 1001000 110011

Color Harmonies of #DC9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9328

Black with #DC9328

Text Example


Text Example

White with #DC9328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9328; }

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

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

background-color css

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

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

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

border-color css

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

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

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