Html Css Color HEX #DC9A27 Buttercup

📋 copy color: '#DC9A27'

red 220 ◦ green 154 ◦ blue 39

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

Shades of Buttercup #DC9A27

Tints of Buttercup #DC9A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.44%

R = 53.27%
G = 37.29%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9A27 (or 0xDC9A27) is known color: Buttercup. HEX triplet: DC, 9A and 27. RGB value is (220,154,39). Sum of RGB (Red+Green+Blue) = 220+154+39=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 39 (15.62% from 255 or 9.44% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A27 is #2365D8. Grayscale: #A1A1A1. Windows color (decimal): -2319833 or 2595548. OLE color: 2595548.

HSL color Cylindrical-coordinate representation of color #DC9A27: hue angle of 38.12º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC9A27 is Cyan = 0, Magento = 0.3, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 154 39 -
CMYK 0 0.3 0.82 0.14
HSL 38.12º 0.72% 0.51% -
HSV(B) 38.12º 0.82% 0.86% -
XYZ 41.44 38.47 7.16 -
YUV 160.62 59.37 170.35 -
System Red Green Blue C M Y K H S L
Decimal 220 154 39 0 0.3 0.82 0.14 38.12 0.72 0.51
Hex DC 9A 27 0 1E 52 E 26 48 33
Octal 334 232 47 0 36 122 16 46 110 63
Binary 11011100 10011010 100111 0 11110 1010010 1110 100110 1001000 110011

Color Harmonies of #DC9A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A27

Black with #DC9A27

Text Example


Text Example

White with #DC9A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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