Html Css Color HEX #DC9A2F Buttercup

📋 copy color: '#DC9A2F'

red 220 ◦ green 154 ◦ blue 47

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

Shades of Buttercup #DC9A2F

Tints of Buttercup #DC9A2F

RGB

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

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

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

R = 52.26%
G = 36.58%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC9A2F (or 0xDC9A2F) is known color: Buttercup. HEX triplet: DC, 9A and 2F. RGB value is (220,154,47). Sum of RGB (Red+Green+Blue) = 220+154+47=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A2F is #2365D0. Grayscale: #A2A2A2. Windows color (decimal): -2319825 or 3119836. OLE color: 3119836.

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

Color convert

RGB 220 154 47 -
CMYK 0 0.3 0.79 0.14
HSL 37.11º 0.71% 0.52% -
HSV(B) 37.11º 0.79% 0.86% -
XYZ 41.58 38.53 7.94 -
YUV 161.54 63.37 169.7 -
System Red Green Blue C M Y K H S L
Decimal 220 154 47 0 0.3 0.79 0.14 37.11 0.71 0.52
Hex DC 9A 2F 0 1E 4F E 25 47 34
Octal 334 232 57 0 36 117 16 45 107 64
Binary 11011100 10011010 101111 0 11110 1001111 1110 100101 1000111 110100

Color Harmonies of #DC9A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A2F

Black with #DC9A2F

Text Example


Text Example

White with #DC9A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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