Html Css Color HEX #DC9129 Buttercup

📋 copy color: '#DC9129'

red 220 ◦ green 145 ◦ blue 41

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

Shades of Buttercup #DC9129

Tints of Buttercup #DC9129

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.71%

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

R = 54.19%
G = 35.71%
B = 10.1%

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

#DC9129 (or 0xDC9129) is known color: Buttercup. HEX triplet: DC, 91 and 29. RGB value is (220,145,41). Sum of RGB (Red+Green+Blue) = 220+145+41=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 41 (16.41% from 255 or 10.10% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9129 is #236ED6. Grayscale: #9C9C9C. Windows color (decimal): -2322135 or 2724316. OLE color: 2724316.

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

Color convert

RGB 220 145 41 -
CMYK 0 0.34 0.81 0.14
HSL 34.86º 0.72% 0.51% -
HSV(B) 34.86º 0.81% 0.86% -
XYZ 40.04 35.63 6.86 -
YUV 155.57 63.35 173.96 -
System Red Green Blue C M Y K H S L
Decimal 220 145 41 0 0.34 0.81 0.14 34.86 0.72 0.51
Hex DC 91 29 0 22 51 E 23 48 33
Octal 334 221 51 0 42 121 16 43 110 63
Binary 11011100 10010001 101001 0 100010 1010001 1110 100011 1001000 110011

Color Harmonies of #DC9129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9129

Black with #DC9129

Text Example


Text Example

White with #DC9129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9129; }

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

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

background-color css

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

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

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

border-color css

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

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

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