Html Css Color HEX #DC9C2C Buttercup

📋 copy color: '#DC9C2C'

red 220 ◦ green 156 ◦ blue 44

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

Shades of Buttercup #DC9C2C

Tints of Buttercup #DC9C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.48%

R = 52.38%
G = 37.14%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC9C2C (or 0xDC9C2C) is known color: Buttercup. HEX triplet: DC, 9C and 2C. RGB value is (220,156,44). Sum of RGB (Red+Green+Blue) = 220+156+44=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C2C is #2363D3. Grayscale: #A2A2A2. Windows color (decimal): -2319316 or 2923740. OLE color: 2923740.

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

Color convert

RGB 220 156 44 -
CMYK 0 0.29 0.8 0.14
HSL 38.18º 0.72% 0.52% -
HSV(B) 38.18º 0.8% 0.86% -
XYZ 41.86 39.17 7.74 -
YUV 162.37 61.2 169.11 -
System Red Green Blue C M Y K H S L
Decimal 220 156 44 0 0.29 0.8 0.14 38.18 0.72 0.52
Hex DC 9C 2C 0 1D 50 E 26 48 34
Octal 334 234 54 0 35 120 16 46 110 64
Binary 11011100 10011100 101100 0 11101 1010000 1110 100110 1001000 110100

Color Harmonies of #DC9C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C2C

Black with #DC9C2C

Text Example


Text Example

White with #DC9C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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