Html Css Color HEX #DC9B2C Buttercup

📋 copy color: '#DC9B2C'

red 220 ◦ green 155 ◦ blue 44

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

Shades of Buttercup #DC9B2C

Tints of Buttercup #DC9B2C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.99%

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

R = 52.51%
G = 36.99%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC9B2C (or 0xDC9B2C) is known color: Buttercup. HEX triplet: DC, 9B and 2C. RGB value is (220,155,44). Sum of RGB (Red+Green+Blue) = 220+155+44=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9B2C is #2364D3. Grayscale: #A2A2A2. Windows color (decimal): -2319572 or 2923484. OLE color: 2923484.

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

Color convert

RGB 220 155 44 -
CMYK 0 0.30 0.8 0.14
HSL 37.84º 0.72% 0.52% -
HSV(B) 37.84º 0.8% 0.86% -
XYZ 41.69 38.84 7.68 -
YUV 161.78 61.53 169.53 -
System Red Green Blue C M Y K H S L
Decimal 220 155 44 0 0.30 0.8 0.14 37.84 0.72 0.52
Hex DC 9B 2C 0 1E 50 E 26 48 34
Octal 334 233 54 0 36 120 16 46 110 64
Binary 11011100 10011011 101100 0 11110 1010000 1110 100110 1001000 110100

Color Harmonies of #DC9B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B2C

Black with #DC9B2C

Text Example


Text Example

White with #DC9B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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