Html Css Color HEX #DC9A2A Buttercup

📋 copy color: '#DC9A2A'

red 220 ◦ green 154 ◦ blue 42

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

Shades of Buttercup #DC9A2A

Tints of Buttercup #DC9A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.02%

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 52.88%
G = 37.02%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9A2A (or 0xDC9A2A) is known color: Buttercup. HEX triplet: DC, 9A and 2A. RGB value is (220,154,42). Sum of RGB (Red+Green+Blue) = 220+154+42=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A2A is #2365D5. Grayscale: #A1A1A1. Windows color (decimal): -2319830 or 2792156. OLE color: 2792156.

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

Color convert

RGB 220 154 42 -
CMYK 0 0.3 0.81 0.14
HSL 37.75º 0.72% 0.51% -
HSV(B) 37.75º 0.81% 0.86% -
XYZ 41.49 38.49 7.43 -
YUV 160.97 60.87 170.11 -
System Red Green Blue C M Y K H S L
Decimal 220 154 42 0 0.3 0.81 0.14 37.75 0.72 0.51
Hex DC 9A 2A 0 1E 51 E 26 48 33
Octal 334 232 52 0 36 121 16 46 110 63
Binary 11011100 10011010 101010 0 11110 1010001 1110 100110 1001000 110011

Color Harmonies of #DC9A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A2A

Black with #DC9A2A

Text Example


Text Example

White with #DC9A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A2A; }

 p { color: rgb(220,154,42); }

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

background-color css

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

 a { background-color: rgb(220,154,42); }

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

border-color css

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

 span { border-color: rgb(220,154,42); }

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