Html Css Color HEX #DC9C29 Buttercup

📋 copy color: '#DC9C29'

red 220 ◦ green 156 ◦ blue 41

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

Shades of Buttercup #DC9C29

Tints of Buttercup #DC9C29

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.41%

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

R = 52.76%
G = 37.41%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9C29 (or 0xDC9C29) is known color: Buttercup. HEX triplet: DC, 9C and 29. RGB value is (220,156,41). Sum of RGB (Red+Green+Blue) = 220+156+41=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C29 is #2363D6. Grayscale: #A2A2A2. Windows color (decimal): -2319319 or 2727132. OLE color: 2727132.

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

Color convert

RGB 220 156 41 -
CMYK 0 0.29 0.81 0.14
HSL 38.55º 0.72% 0.51% -
HSV(B) 38.55º 0.81% 0.86% -
XYZ 41.8 39.15 7.45 -
YUV 162.03 59.7 169.35 -
System Red Green Blue C M Y K H S L
Decimal 220 156 41 0 0.29 0.81 0.14 38.55 0.72 0.51
Hex DC 9C 29 0 1D 51 E 27 48 33
Octal 334 234 51 0 35 121 16 47 110 63
Binary 11011100 10011100 101001 0 11101 1010001 1110 100111 1001000 110011

Color Harmonies of #DC9C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C29

Black with #DC9C29

Text Example


Text Example

White with #DC9C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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