Html Css Color HEX #DC9C2E Buttercup

📋 copy color: '#DC9C2E'

red 220 ◦ green 156 ◦ blue 46

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

Shades of Buttercup #DC9C2E

Tints of Buttercup #DC9C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.9%

R = 52.13%
G = 36.97%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC9C2E (or 0xDC9C2E) is known color: Buttercup. HEX triplet: DC, 9C and 2E. RGB value is (220,156,46). Sum of RGB (Red+Green+Blue) = 220+156+46=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9C2E is #2363D1. Grayscale: #A3A3A3. Windows color (decimal): -2319314 or 3054812. OLE color: 3054812.

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

Color convert

RGB 220 156 46 -
CMYK 0 0.29 0.79 0.14
HSL 37.93º 0.71% 0.52% -
HSV(B) 37.93º 0.79% 0.86% -
XYZ 41.9 39.19 7.94 -
YUV 162.6 62.2 168.94 -
System Red Green Blue C M Y K H S L
Decimal 220 156 46 0 0.29 0.79 0.14 37.93 0.71 0.52
Hex DC 9C 2E 0 1D 4F E 26 47 34
Octal 334 234 56 0 35 117 16 46 107 64
Binary 11011100 10011100 101110 0 11101 1001111 1110 100110 1000111 110100

Color Harmonies of #DC9C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C2E

Black with #DC9C2E

Text Example


Text Example

White with #DC9C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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