Html Css Color HEX #DC9929 Buttercup

📋 copy color: '#DC9929'

red 220 ◦ green 153 ◦ blue 41

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

Shades of Buttercup #DC9929

Tints of Buttercup #DC9929

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 53.14%
G = 36.96%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9929 (or 0xDC9929) is known color: Buttercup. HEX triplet: DC, 99 and 29. RGB value is (220,153,41). Sum of RGB (Red+Green+Blue) = 220+153+41=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9929 is #2366D6. Grayscale: #A0A0A0. Windows color (decimal): -2320087 or 2726364. OLE color: 2726364.

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

Color convert

RGB 220 153 41 -
CMYK 0 0.30 0.81 0.14
HSL 37.54º 0.72% 0.51% -
HSV(B) 37.54º 0.81% 0.86% -
XYZ 41.31 38.16 7.29 -
YUV 160.27 60.7 170.61 -
System Red Green Blue C M Y K H S L
Decimal 220 153 41 0 0.30 0.81 0.14 37.54 0.72 0.51
Hex DC 99 29 0 1E 51 E 26 48 33
Octal 334 231 51 0 36 121 16 46 110 63
Binary 11011100 10011001 101001 0 11110 1010001 1110 100110 1001000 110011

Color Harmonies of #DC9929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9929

Black with #DC9929

Text Example


Text Example

White with #DC9929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9929; }

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

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

background-color css

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

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

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

border-color css

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

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

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