Html Css Color HEX #DC9B32 Buttercup

📋 copy color: '#DC9B32'

red 220 ◦ green 155 ◦ blue 50

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

Shades of Buttercup #DC9B32

Tints of Buttercup #DC9B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

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

R = 51.76%
G = 36.47%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC9B32 (or 0xDC9B32) is known color: Buttercup. HEX triplet: DC, 9B and 32. RGB value is (220,155,50). Sum of RGB (Red+Green+Blue) = 220+155+50=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC9B32 is #2364CD. Grayscale: #A2A2A2. Windows color (decimal): -2319566 or 3316700. OLE color: 3316700.

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

Color convert

RGB 220 155 50 -
CMYK 0 0.30 0.77 0.14
HSL 37.06º 0.71% 0.53% -
HSV(B) 37.06º 0.77% 0.86% -
XYZ 41.81 38.89 8.32 -
YUV 162.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 220 155 50 0 0.30 0.77 0.14 37.06 0.71 0.53
Hex DC 9B 32 0 1E 4D E 25 47 35
Octal 334 233 62 0 36 115 16 45 107 65
Binary 11011100 10011011 110010 0 11110 1001101 1110 100101 1000111 110101

Color Harmonies of #DC9B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9B32

Black with #DC9B32

Text Example


Text Example

White with #DC9B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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