Html Css Color HEX #DC9032 Buttercup

📋 copy color: '#DC9032'

red 220 ◦ green 144 ◦ blue 50

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

Shades of Buttercup #DC9032

Tints of Buttercup #DC9032

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.78%

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

R = 53.14%
G = 34.78%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC9032 (or 0xDC9032) is known color: Buttercup. HEX triplet: DC, 90 and 32. RGB value is (220,144,50). Sum of RGB (Red+Green+Blue) = 220+144+50=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9032 is #236FCD. Grayscale: #9C9C9C. Windows color (decimal): -2322382 or 3313884. OLE color: 3313884.

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

Color convert

RGB 220 144 50 -
CMYK 0 0.35 0.77 0.14
HSL 33.18º 0.71% 0.53% -
HSV(B) 33.18º 0.77% 0.86% -
XYZ 40.06 35.39 7.74 -
YUV 156.01 68.18 173.64 -
System Red Green Blue C M Y K H S L
Decimal 220 144 50 0 0.35 0.77 0.14 33.18 0.71 0.53
Hex DC 90 32 0 23 4D E 21 47 35
Octal 334 220 62 0 43 115 16 41 107 65
Binary 11011100 10010000 110010 0 100011 1001101 1110 100001 1000111 110101

Color Harmonies of #DC9032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9032

Black with #DC9032

Text Example


Text Example

White with #DC9032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9032; }

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

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

background-color css

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

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

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

border-color css

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

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

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