Html Css Color HEX #DC9A32 Buttercup

📋 copy color: '#DC9A32'

red 220 ◦ green 154 ◦ blue 50

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

Shades of Buttercup #DC9A32

Tints of Buttercup #DC9A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.79%

R = 51.89%
G = 36.32%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC9A32 (or 0xDC9A32) is known color: Buttercup. HEX triplet: DC, 9A and 32. RGB value is (220,154,50). Sum of RGB (Red+Green+Blue) = 220+154+50=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9A32 is #2365CD. Grayscale: #A2A2A2. Windows color (decimal): -2319822 or 3316444. OLE color: 3316444.

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

Color convert

RGB 220 154 50 -
CMYK 0 0.3 0.77 0.14
HSL 36.71º 0.71% 0.53% -
HSV(B) 36.71º 0.77% 0.86% -
XYZ 41.65 38.56 8.26 -
YUV 161.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 220 154 50 0 0.3 0.77 0.14 36.71 0.71 0.53
Hex DC 9A 32 0 1E 4D E 25 47 35
Octal 334 232 62 0 36 115 16 45 107 65
Binary 11011100 10011010 110010 0 11110 1001101 1110 100101 1000111 110101

Color Harmonies of #DC9A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A32

Black with #DC9A32

Text Example


Text Example

White with #DC9A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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