Html Css Color HEX #DC9E29 Buttercup

📋 copy color: '#DC9E29'

red 220 ◦ green 158 ◦ blue 41

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

Shades of Buttercup #DC9E29

Tints of Buttercup #DC9E29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.79%

R = 52.51%
G = 37.71%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9E29 (or 0xDC9E29) is known color: Buttercup. HEX triplet: DC, 9E and 29. RGB value is (220,158,41). Sum of RGB (Red+Green+Blue) = 220+158+41=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 158 (62.11% from 255 or 37.71% from 419); Blue value is 41 (16.41% from 255 or 9.79% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E29 is #2361D6. Grayscale: #A3A3A3. Windows color (decimal): -2318807 or 2727644. OLE color: 2727644.

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

Color convert

RGB 220 158 41 -
CMYK 0 0.28 0.81 0.14
HSL 39.22º 0.72% 0.51% -
HSV(B) 39.22º 0.81% 0.86% -
XYZ 42.14 39.83 7.56 -
YUV 163.2 59.04 168.51 -
System Red Green Blue C M Y K H S L
Decimal 220 158 41 0 0.28 0.81 0.14 39.22 0.72 0.51
Hex DC 9E 29 0 1C 51 E 27 48 33
Octal 334 236 51 0 34 121 16 47 110 63
Binary 11011100 10011110 101001 0 11100 1010001 1110 100111 1001000 110011

Color Harmonies of #DC9E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E29

Black with #DC9E29

Text Example


Text Example

White with #DC9E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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