Html Css Color HEX #DC9E28 Buttercup

📋 copy color: '#DC9E28'

red 220 ◦ green 158 ◦ blue 40

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

Shades of Buttercup #DC9E28

Tints of Buttercup #DC9E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 52.63%
G = 37.8%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9E28 (or 0xDC9E28) is known color: Buttercup. HEX triplet: DC, 9E and 28. RGB value is (220,158,40). Sum of RGB (Red+Green+Blue) = 220+158+40=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E28 is #2361D7. Grayscale: #A3A3A3. Windows color (decimal): -2318808 or 2662108. OLE color: 2662108.

HSL color Cylindrical-coordinate representation of color #DC9E28: hue angle of 39.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC9E28 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 40 -
CMYK 0 0.28 0.82 0.14
HSL 39.33º 0.72% 0.51% -
HSV(B) 39.33º 0.82% 0.86% -
XYZ 42.13 39.82 7.47 -
YUV 163.09 58.54 168.59 -
System Red Green Blue C M Y K H S L
Decimal 220 158 40 0 0.28 0.82 0.14 39.33 0.72 0.51
Hex DC 9E 28 0 1C 52 E 27 48 33
Octal 334 236 50 0 34 122 16 47 110 63
Binary 11011100 10011110 101000 0 11100 1010010 1110 100111 1001000 110011

Color Harmonies of #DC9E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E28

Black with #DC9E28

Text Example


Text Example

White with #DC9E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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