Html Css Color HEX #DC9E2F Buttercup

📋 copy color: '#DC9E2F'

red 220 ◦ green 158 ◦ blue 47

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

Shades of Buttercup #DC9E2F

Tints of Buttercup #DC9E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.06%

R = 51.76%
G = 37.18%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC9E2F (or 0xDC9E2F) is known color: Buttercup. HEX triplet: DC, 9E and 2F. RGB value is (220,158,47). Sum of RGB (Red+Green+Blue) = 220+158+47=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9E2F is #2361D0. Grayscale: #A4A4A4. Windows color (decimal): -2318801 or 3120860. OLE color: 3120860.

HSL color Cylindrical-coordinate representation of color #DC9E2F: hue angle of 38.5º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC9E2F is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 158 47 -
CMYK 0 0.28 0.79 0.14
HSL 38.5º 0.71% 0.52% -
HSV(B) 38.5º 0.79% 0.86% -
XYZ 42.26 39.87 8.16 -
YUV 163.88 62.04 168.03 -
System Red Green Blue C M Y K H S L
Decimal 220 158 47 0 0.28 0.79 0.14 38.5 0.71 0.52
Hex DC 9E 2F 0 1C 4F E 26 47 34
Octal 334 236 57 0 34 117 16 46 107 64
Binary 11011100 10011110 101111 0 11100 1001111 1110 100110 1000111 110100

Color Harmonies of #DC9E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9E2F

Black with #DC9E2F

Text Example


Text Example

White with #DC9E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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