Html Css Color HEX #DC9E32 Buttercup

📋 copy color: '#DC9E32'

red 220 ◦ green 158 ◦ blue 50

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

Shades of Buttercup #DC9E32

Tints of Buttercup #DC9E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.92%

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

R = 51.4%
G = 36.92%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC9E32 (or 0xDC9E32) is known color: Buttercup. HEX triplet: DC, 9E and 32. RGB value is (220,158,50). Sum of RGB (Red+Green+Blue) = 220+158+50=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E32 is #2361CD. Grayscale: #A4A4A4. Windows color (decimal): -2318798 or 3317468. OLE color: 3317468.

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

Color convert

RGB 220 158 50 -
CMYK 0 0.28 0.77 0.14
HSL 38.12º 0.71% 0.53% -
HSV(B) 38.12º 0.77% 0.86% -
XYZ 42.32 39.9 8.49 -
YUV 164.23 63.54 167.78 -
System Red Green Blue C M Y K H S L
Decimal 220 158 50 0 0.28 0.77 0.14 38.12 0.71 0.53
Hex DC 9E 32 0 1C 4D E 26 47 35
Octal 334 236 62 0 34 115 16 46 107 65
Binary 11011100 10011110 110010 0 11100 1001101 1110 100110 1000111 110101

Color Harmonies of #DC9E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E32

Black with #DC9E32

Text Example


Text Example

White with #DC9E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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