Html Css Color HEX #DC9E2A Buttercup

📋 copy color: '#DC9E2A'

red 220 ◦ green 158 ◦ blue 42

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

Shades of Buttercup #DC9E2A

Tints of Buttercup #DC9E2A

RGB

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

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

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

R = 52.38%
G = 37.62%
B = 10%

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

#DC9E2A (or 0xDC9E2A) is known color: Buttercup. HEX triplet: DC, 9E and 2A. RGB value is (220,158,42). Sum of RGB (Red+Green+Blue) = 220+158+42=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E2A is #2361D5. Grayscale: #A3A3A3. Windows color (decimal): -2318806 or 2793180. OLE color: 2793180.

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

Color convert

RGB 220 158 42 -
CMYK 0 0.28 0.81 0.14
HSL 39.1º 0.72% 0.51% -
HSV(B) 39.1º 0.81% 0.86% -
XYZ 42.16 39.84 7.66 -
YUV 163.31 59.54 168.43 -
System Red Green Blue C M Y K H S L
Decimal 220 158 42 0 0.28 0.81 0.14 39.1 0.72 0.51
Hex DC 9E 2A 0 1C 51 E 27 48 33
Octal 334 236 52 0 34 121 16 47 110 63
Binary 11011100 10011110 101010 0 11100 1010001 1110 100111 1001000 110011

Color Harmonies of #DC9E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E2A

Black with #DC9E2A

Text Example


Text Example

White with #DC9E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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