Html Css Color HEX #DC9232 Buttercup

📋 copy color: '#DC9232'

red 220 ◦ green 146 ◦ blue 50

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

Shades of Buttercup #DC9232

Tints of Buttercup #DC9232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 52.88%
G = 35.1%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC9232 (or 0xDC9232) is known color: Buttercup. HEX triplet: DC, 92 and 32. RGB value is (220,146,50). Sum of RGB (Red+Green+Blue) = 220+146+50=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9232 is #236DCD. Grayscale: #9D9D9D. Windows color (decimal): -2321870 or 3314396. OLE color: 3314396.

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

Color convert

RGB 220 146 50 -
CMYK 0 0.34 0.77 0.14
HSL 33.88º 0.71% 0.53% -
HSV(B) 33.88º 0.77% 0.86% -
XYZ 40.37 36 7.84 -
YUV 157.18 67.52 172.81 -
System Red Green Blue C M Y K H S L
Decimal 220 146 50 0 0.34 0.77 0.14 33.88 0.71 0.53
Hex DC 92 32 0 22 4D E 22 47 35
Octal 334 222 62 0 42 115 16 42 107 65
Binary 11011100 10010010 110010 0 100010 1001101 1110 100010 1000111 110101

Color Harmonies of #DC9232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9232

Black with #DC9232

Text Example


Text Example

White with #DC9232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9232; }

 p { color: rgb(220,146,50); }

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

background-color css

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

 a { background-color: rgb(220,146,50); }

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

border-color css

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

 span { border-color: rgb(220,146,50); }

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