Html Css Color HEX #DC9E33 Buttercup

📋 copy color: '#DC9E33'

red 220 ◦ green 158 ◦ blue 51

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

Shades of Buttercup #DC9E33

Tints of Buttercup #DC9E33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.89%

R = 51.28%
G = 36.83%
B = 11.89%

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

#DC9E33 (or 0xDC9E33) is known color: Buttercup. HEX triplet: DC, 9E and 33. RGB value is (220,158,51). Sum of RGB (Red+Green+Blue) = 220+158+51=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E33 is #2361CC. Grayscale: #A4A4A4. Windows color (decimal): -2318797 or 3383004. OLE color: 3383004.

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

Color convert

RGB 220 158 51 -
CMYK 0 0.28 0.77 0.14
HSL 37.99º 0.71% 0.53% -
HSV(B) 37.99º 0.77% 0.86% -
XYZ 42.34 39.91 8.6 -
YUV 164.34 64.04 167.7 -
System Red Green Blue C M Y K H S L
Decimal 220 158 51 0 0.28 0.77 0.14 37.99 0.71 0.53
Hex DC 9E 33 0 1C 4D E 26 47 35
Octal 334 236 63 0 34 115 16 46 107 65
Binary 11011100 10011110 110011 0 11100 1001101 1110 100110 1000111 110101

Color Harmonies of #DC9E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E33

Black with #DC9E33

Text Example


Text Example

White with #DC9E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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