Html Css Color HEX #DC9229 Buttercup

📋 copy color: '#DC9229'

red 220 ◦ green 146 ◦ blue 41

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

Shades of Buttercup #DC9229

Tints of Buttercup #DC9229

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.87%

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

R = 54.05%
G = 35.87%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9229 (or 0xDC9229) is known color: Buttercup. HEX triplet: DC, 92 and 29. RGB value is (220,146,41). Sum of RGB (Red+Green+Blue) = 220+146+41=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 41 (16.41% from 255 or 10.07% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9229 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9229 is #236DD6. Grayscale: #9C9C9C. Windows color (decimal): -2321879 or 2724572. OLE color: 2724572.

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

Color convert

RGB 220 146 41 -
CMYK 0 0.34 0.81 0.14
HSL 35.2º 0.72% 0.51% -
HSV(B) 35.2º 0.81% 0.86% -
XYZ 40.19 35.93 6.92 -
YUV 156.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 220 146 41 0 0.34 0.81 0.14 35.2 0.72 0.51
Hex DC 92 29 0 22 51 E 23 48 33
Octal 334 222 51 0 42 121 16 43 110 63
Binary 11011100 10010010 101001 0 100010 1010001 1110 100011 1001000 110011

Color Harmonies of #DC9229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9229

Black with #DC9229

Text Example


Text Example

White with #DC9229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9229; }

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

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

background-color css

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

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

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

border-color css

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

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

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