Html Css Color HEX #DC9132 Buttercup

📋 copy color: '#DC9132'

red 220 ◦ green 145 ◦ blue 50

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

Shades of Buttercup #DC9132

Tints of Buttercup #DC9132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.94%

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

R = 53.01%
G = 34.94%
B = 12.05%

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

#DC9132 (or 0xDC9132) is known color: Buttercup. HEX triplet: DC, 91 and 32. RGB value is (220,145,50). Sum of RGB (Red+Green+Blue) = 220+145+50=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9132 is #236ECD. Grayscale: #9D9D9D. Windows color (decimal): -2322126 or 3314140. OLE color: 3314140.

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

Color convert

RGB 220 145 50 -
CMYK 0 0.34 0.77 0.14
HSL 33.53º 0.71% 0.53% -
HSV(B) 33.53º 0.77% 0.86% -
XYZ 40.22 35.7 7.79 -
YUV 156.6 67.85 173.22 -
System Red Green Blue C M Y K H S L
Decimal 220 145 50 0 0.34 0.77 0.14 33.53 0.71 0.53
Hex DC 91 32 0 22 4D E 22 47 35
Octal 334 221 62 0 42 115 16 42 107 65
Binary 11011100 10010001 110010 0 100010 1001101 1110 100010 1000111 110101

Color Harmonies of #DC9132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9132

Black with #DC9132

Text Example


Text Example

White with #DC9132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9132; }

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

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

background-color css

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

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

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

border-color css

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

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

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