Html Css Color HEX #DC9E27 Buttercup

📋 copy color: '#DC9E27'

red 220 ◦ green 158 ◦ blue 39

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

Shades of Buttercup #DC9E27

Tints of Buttercup #DC9E27

RGB

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

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

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

R = 52.76%
G = 37.89%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC9E27 (or 0xDC9E27) is known color: Buttercup. HEX triplet: DC, 9E and 27. RGB value is (220,158,39). Sum of RGB (Red+Green+Blue) = 220+158+39=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E27 is #2361D8. Grayscale: #A3A3A3. Windows color (decimal): -2318809 or 2596572. OLE color: 2596572.

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

Color convert

RGB 220 158 39 -
CMYK 0 0.28 0.82 0.14
HSL 39.45º 0.72% 0.51% -
HSV(B) 39.45º 0.82% 0.86% -
XYZ 42.11 39.82 7.39 -
YUV 162.97 58.04 168.68 -
System Red Green Blue C M Y K H S L
Decimal 220 158 39 0 0.28 0.82 0.14 39.45 0.72 0.51
Hex DC 9E 27 0 1C 52 E 27 48 33
Octal 334 236 47 0 34 122 16 47 110 63
Binary 11011100 10011110 100111 0 11100 1010010 1110 100111 1001000 110011

Color Harmonies of #DC9E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E27

Black with #DC9E27

Text Example


Text Example

White with #DC9E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E27; }

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

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

background-color css

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

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

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

border-color css

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

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

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