Html Css Color HEX #DC9030 Buttercup

📋 copy color: '#DC9030'

red 220 ◦ green 144 ◦ blue 48

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

Shades of Buttercup #DC9030

Tints of Buttercup #DC9030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.95%

 BLUE value IS 48 (19.14% from 255) = 11.65%

R = 53.4%
G = 34.95%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC9030 (or 0xDC9030) is known color: Buttercup. HEX triplet: DC, 90 and 30. RGB value is (220,144,48). Sum of RGB (Red+Green+Blue) = 220+144+48=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 48 (19.14% from 255 or 11.65% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9030 is #236FCF. Grayscale: #9C9C9C. Windows color (decimal): -2322384 or 3182812. OLE color: 3182812.

HSL color Cylindrical-coordinate representation of color #DC9030: hue angle of 33.49º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC9030 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 48 -
CMYK 0 0.35 0.78 0.14
HSL 33.49º 0.71% 0.53% -
HSV(B) 33.49º 0.78% 0.86% -
XYZ 40.02 35.38 7.52 -
YUV 155.78 67.18 173.81 -
System Red Green Blue C M Y K H S L
Decimal 220 144 48 0 0.35 0.78 0.14 33.49 0.71 0.53
Hex DC 90 30 0 23 4E E 21 47 35
Octal 334 220 60 0 43 116 16 41 107 65
Binary 11011100 10010000 110000 0 100011 1001110 1110 100001 1000111 110101

Color Harmonies of #DC9030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9030

Black with #DC9030

Text Example


Text Example

White with #DC9030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9030; }

 p { color: rgb(220,144,48); }

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

background-color css

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

 a { background-color: rgb(220,144,48); }

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

border-color css

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

 span { border-color: rgb(220,144,48); }

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