Html Css Color HEX #DC9D2A Buttercup

📋 copy color: '#DC9D2A'

red 220 ◦ green 157 ◦ blue 42

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

Shades of Buttercup #DC9D2A

Tints of Buttercup #DC9D2A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.47%

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

R = 52.51%
G = 37.47%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC9D2A (or 0xDC9D2A) is known color: Buttercup. HEX triplet: DC, 9D and 2A. RGB value is (220,157,42). Sum of RGB (Red+Green+Blue) = 220+157+42=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9D2A is #2362D5. Grayscale: #A3A3A3. Windows color (decimal): -2319062 or 2792924. OLE color: 2792924.

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

Color convert

RGB 220 157 42 -
CMYK 0 0.29 0.81 0.14
HSL 38.76º 0.72% 0.51% -
HSV(B) 38.76º 0.81% 0.86% -
XYZ 41.99 39.5 7.6 -
YUV 162.73 59.87 168.85 -
System Red Green Blue C M Y K H S L
Decimal 220 157 42 0 0.29 0.81 0.14 38.76 0.72 0.51
Hex DC 9D 2A 0 1D 51 E 27 48 33
Octal 334 235 52 0 35 121 16 47 110 63
Binary 11011100 10011101 101010 0 11101 1010001 1110 100111 1001000 110011

Color Harmonies of #DC9D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9D2A

Black with #DC9D2A

Text Example


Text Example

White with #DC9D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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